From: jow Date: Sun, 19 Dec 2010 01:42:17 +0000 (+0000) Subject: [packages] gd: really kill iconv, --disable-iconv has no effect if configure find... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c7a65d38cf5473ebc528dd8e362646e6ec34f3c7;p=packages.git [packages] gd: really kill iconv, --disable-iconv has no effect if configure find iconv.h somewhere git-svn-id: svn://svn.openwrt.org/openwrt/packages@24697 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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; );