From a133dd69af9de212225261ff897e25a1509628cf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jan 2016 16:14:55 +0100 Subject: [PATCH] glib2: the host build also needs --with-libiconv=gnu Signed-off-by: Felix Fietkau --- libs/glib2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 4238c61e3..6275eca16 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -45,7 +45,8 @@ define Package/glib2/description endef HOST_CONFIGURE_ARGS += \ - --disable-selinux + --disable-selinux \ + --with-libiconv=gnu CONFIGURE_ARGS += \ --enable-shared \