From 8953e964d438b2354063b4bbe2c5251e0dbf3033 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 01:42:17 +0000 Subject: [PATCH] gd: really kill iconv, --disable-iconv has no effect if configure find iconv.h somewhere SVN-Revision: 24697 --- libs/gd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/gd/Makefile b/libs/gd/Makefile index 43ac8c763..064d646ea 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -49,7 +49,8 @@ CONFIGURE_ARGS += \ --without-iconv CONFIGURE_VARS += \ - LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config" + LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config" \ + ac_cv_header_iconv_h=no define Build/Configure ( cd $(PKG_BUILD_DIR); aclocal; libtoolize --force; autoreconf; ); -- 2.30.2