projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d73b71
)
[packages] gd: really kill iconv, --disable-iconv has no effect if configure find...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Dec 2010 01:42:17 +0000
(
01:42
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Dec 2010 01:42:17 +0000
(
01:42
+0000)
SVN-Revision: 24697
libs/gd/Makefile
patch
|
blob
|
history
diff --git
a/libs/gd/Makefile
b/libs/gd/Makefile
index 43ac8c763d475e3887b64eaa620cc317b8db20ed..064d646ea72e1837e47c0f5cc7004cc3c2c453e0 100644
(file)
--- 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; );