Pārlūkot izejas kodu

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 9 gadus atpakaļ
vecāks
revīzija
a133dd69af
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      libs/glib2/Makefile

+ 2
- 1
libs/glib2/Makefile Parādīt failu

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