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:
b9d9ca8
)
Fix wrong path to libpng12-config
author
Florian Fainelli
<florian@openwrt.org>
Wed, 10 Dec 2008 01:17:50 +0000
(
01:17
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 10 Dec 2008 01:17:50 +0000
(
01:17
+0000)
SVN-Revision: 13574
libs/gd/Makefile
patch
|
blob
|
history
diff --git
a/libs/gd/Makefile
b/libs/gd/Makefile
index ff13529b3a0db98cd8375d6f94ae6601a998a79b..a7583ea8c353d0fd9536af01ad2add1000a45f4b 100644
(file)
--- a/
libs/gd/Makefile
+++ b/
libs/gd/Makefile
@@
-44,7
+44,7
@@
CONFIGURE_ARGS += \
--without-xpm
CONFIGURE_VARS += \
- LIBPNG12_CONFIG="$(STAGING_DIR)/
usr
/bin/libpng12-config"
+ LIBPNG12_CONFIG="$(STAGING_DIR)/
host
/bin/libpng12-config"
TARGET_CFLAGS += $(FPIC)