summaryrefslogtreecommitdiffstats
path: root/package/libxslt
diff options
context:
space:
mode:
authorJohn Voltz2008-04-24 15:18:03 +0200
committerJohn Voltz2008-04-24 15:18:03 +0200
commit9f54342f16f8a0fbdfb7186e6035617530769617 (patch)
treec7cda391219d17de9c89c4b657929c63c6de665c /package/libxslt
parentsmall fix for libdaemon (diff)
downloadbuildroot-9f54342f16f8a0fbdfb7186e6035617530769617.tar.gz
buildroot-9f54342f16f8a0fbdfb7186e6035617530769617.tar.xz
buildroot-9f54342f16f8a0fbdfb7186e6035617530769617.zip
make sure xslt uses the right xml2 headers
Diffstat (limited to 'package/libxslt')
-rw-r--r--package/libxslt/libxslt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 4b26ae0d1..a53b647b1 100644
--- 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 $@