aboutsummaryrefslogtreecommitdiff
path: root/libs/glib2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-20 14:55:38 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-20 14:55:48 +0100
commit5014415c1c02852c5c898139e4c50d1baf6fb6a7 (patch)
tree32c6c364637b7b4af5c5d95d0d5e02981f4b9b75 /libs/glib2
parent393a788cc07731268df329a856d006f29e308781 (diff)
glib2: use --with-libiconv=gnu, always required as of trunk r48396
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'libs/glib2')
-rw-r--r--libs/glib2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile
index 70f8450a8..4238c61e3 100644
--- 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 \