projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d3d74
)
make sure xslt uses the right xml2 headers
author
John Voltz
<john.voltz@gmail.com>
Thu, 24 Apr 2008 13:18:03 +0000
(13:18 -0000)
committer
John Voltz
<john.voltz@gmail.com>
Thu, 24 Apr 2008 13:18:03 +0000
(13:18 -0000)
package/libxslt/libxslt.mk
patch
|
blob
|
history
diff --git
a/package/libxslt/libxslt.mk
b/package/libxslt/libxslt.mk
index 4b26ae0d16357e21845eb5a0a94b6af086f9decf..a53b647b1a5da412cf4581ee054147f1a7ba967e 100644
(file)
--- a/
package/libxslt/libxslt.mk
+++ b/
package/libxslt/libxslt.mk
@@
-54,6
+54,7
@@
$(LIBXSLT_DIR)/.configured: $(LIBXSLT_DIR)/.unpacked
--without-python \
--without-threads \
--with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib \
+ CFLAGS="-I$(STAGING_DIR)/usr/include/libxml2" \
);
touch $@