All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libglib2: remove $(DISABLE_NLS) from configure options
@ 2008-10-25  0:16 Markus Heidelberg
  2008-10-26 20:02 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Heidelberg @ 2008-10-25  0:16 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-27 15:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25  0:16 [Buildroot] [PATCH] libglib2: remove $(DISABLE_NLS) from configure options Markus Heidelberg
2008-10-26 20:02 ` 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

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.