projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a23d4
)
libglib2: remove $(DISABLE_NLS) from configure options
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 26 Oct 2008 20:02:36 +0000
(20:02 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 26 Oct 2008 20:02:36 +0000
(20:02 -0000)
The configure option --disable-nls is not supported anymore in glib
since version 2.0, see file ChangeLog.pre-2-0 line 544.
Patch by Markus Heidelberg.
package/libglib2/libglib2.mk
patch
|
blob
|
history
diff --git
a/package/libglib2/libglib2.mk
b/package/libglib2/libglib2.mk
index 1a206664a6249fa36765382c135a1e864e6abde8..fa33db08b90ac6756f04f41397ab0f1ffc4add0f 100644
(file)
--- 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