glib2: the host build also needs --with-libiconv=gnu
authorFelix Fietkau <[email protected]>
Wed, 20 Jan 2016 15:14:55 +0000 (16:14 +0100)
committerFelix Fietkau <[email protected]>
Wed, 20 Jan 2016 15:14:55 +0000 (16:14 +0100)
Signed-off-by: Felix Fietkau <[email protected]>
libs/glib2/Makefile

index 4238c61e3ffb5f2b58ee43e31eccdc375485ef5e..6275eca16e2cc2e3d0613c4d86b231f0d5faad0c 100644 (file)
@@ -45,7 +45,8 @@ define Package/glib2/description
 endef
 
 HOST_CONFIGURE_ARGS += \
-       --disable-selinux
+       --disable-selinux \
+       --with-libiconv=gnu
 
 CONFIGURE_ARGS += \
        --enable-shared \