Browse Source

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 9 years ago
parent
commit
a133dd69af
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      libs/glib2/Makefile

+ 2
- 1
libs/glib2/Makefile View File

@@ -45,7 +45,8 @@ define Package/glib2/description
45 45
 endef
46 46
 
47 47
 HOST_CONFIGURE_ARGS += \
48
-	--disable-selinux
48
+	--disable-selinux \
49
+	--with-libiconv=gnu
49 50
 
50 51
 CONFIGURE_ARGS += \
51 52
 	--enable-shared \