projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602b95d
)
neon: Set XML2_CONFIG explicitly, so that configure can find xml2-config
author
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 01:11:20 +0000
(
01:11
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 01:11:20 +0000
(
01:11
+0000)
SVN-Revision: 8384
libs/neon/Makefile
patch
|
blob
|
history
diff --git
a/libs/neon/Makefile
b/libs/neon/Makefile
index a8150eeb65f4e7a48761f0b593abe225b1f48888..8935a8c6aa0e43e07b0764339d2d72fc0b7ff633 100644
(file)
--- a/
libs/neon/Makefile
+++ b/
libs/neon/Makefile
@@
-42,6
+42,7
@@
define Build/Configure
CFLAGS="-I$(STAGING_DIR)/include \
-I$(STAGING_DIR)/usr/include/libxml2 \
-I$(STAGING_DIR)/usr/lib/libintl/include" \
+ XML2_CONFIG="$(STAGING_DIR)/usr/bin/xml2-config" \
)
endef