commit 5014415c1c02852c5c898139e4c50d1baf6fb6a7
parent 393a788cc07731268df329a856d006f29e308781
Author: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 20 Jan 2016 14:55:38 +0100
glib2: use --with-libiconv=gnu, always required as of trunk r48396
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 \