glib2: use --with-libiconv=gnu, always required as of trunk r48396

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2016-01-20 14:55:38 +01:00
parent 393a788cc0
commit 5014415c1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \