git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
393a788
)
glib2: use --with-libiconv=gnu, always required as of trunk r48396
author
Felix Fietkau
<redacted>
Wed, 20 Jan 2016 13:55:38 +0000
(14:55 +0100)
committer
Felix Fietkau
<redacted>
Wed, 20 Jan 2016 13:55:48 +0000
(14:55 +0100)
Signed-off-by: Felix Fietkau <redacted>
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 70f8450a8d2b1b4a1edd1c9336f8c4a617315622..4238c61e3ffb5f2b58ee43e31eccdc375485ef5e 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-53,7
+53,7
@@
CONFIGURE_ARGS += \
--enable-debug=no \
--disable-selinux \
--disable-fam \
- $(if $(ICONV_FULL),--with-libiconv=gnu)
+ --with-libiconv=gnu
CONFIGURE_VARS += \
glib_cv_stack_grows=no \
git clone https://git.99rst.org/PROJECT