瀏覽代碼

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 9 年之前
父節點
當前提交
a133dd69af
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      libs/glib2/Makefile

+ 2
- 1
libs/glib2/Makefile 查看文件

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