From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libglib2: remove $(DISABLE_NLS) from configure options
Date: Sat, 25 Oct 2008 02:16:20 +0200 [thread overview]
Message-ID: <200810250216.21072.markus.heidelberg@web.de> (raw)
The configure option --disable-nls is not supported anymore in glib
since version 2.0, see file ChangeLog.pre-2-0 line 544.
---
package/libglib2/libglib2.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 1a20666..fa33db0 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -45,7 +45,7 @@ LIBGLIB2_CONF_ENV = \
gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no)
LIBGLIB2_CONF_OPT = --enable-shared \
- --enable-static $(DISABLE_NLS)
+ --enable-static
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
--
1.5.6.4
next reply other threads:[~2008-10-25 0:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-25 0:16 Markus Heidelberg [this message]
2008-10-26 20:02 ` [Buildroot] [PATCH] libglib2: remove $(DISABLE_NLS) from configure options Peter Korsgaard
2008-10-27 7:07 ` Markus Heidelberg
2008-10-27 9:13 ` Peter Korsgaard
2008-10-27 9:30 ` Thomas Petazzoni
2008-10-27 9:48 ` Peter Korsgaard
2008-10-27 15:03 ` [Buildroot] Toolchain problems. About toolchains in Buildroot ? Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200810250216.21072.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.