[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
This commit is contained in:
jow 2010-12-19 01:42:17 +00:00
parent 255cc91d94
commit c7a65d38cf

View File

@ -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; );