From 5014415c1c02852c5c898139e4c50d1baf6fb6a7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jan 2016 14:55:38 +0100 Subject: [PATCH] glib2: use --with-libiconv=gnu, always required as of trunk r48396 Signed-off-by: Felix Fietkau --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 70f8450a8..4238c61e3 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS += \ --enable-debug=no \ --disable-selinux \ --disable-fam \ - $(if $(ICONV_FULL),--with-libiconv=gnu) + --with-libiconv=gnu CONFIGURE_VARS += \ glib_cv_stack_grows=no \