glib2: the host build also needs --with-libiconv=gnu

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2016-01-20 16:14:55 +01:00
parent afc80d099b
commit a133dd69af
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ define Package/glib2/description
endef
HOST_CONFIGURE_ARGS += \
--disable-selinux
--disable-selinux \
--with-libiconv=gnu
CONFIGURE_ARGS += \
--enable-shared \