projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255cc91
)
[packages] gd: really kill iconv, --disable-iconv has no effect if configure find...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Dec 2010 01:42:17 +0000
(
01:42
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Dec 2010 01:42:17 +0000
(
01:42
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24697
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/gd/Makefile
patch
|
blob
|
history
diff --git
a/libs/gd/Makefile
b/libs/gd/Makefile
index
43ac8c7
..
064d646
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; );