make sure xslt uses the right xml2 headers

This commit is contained in:
John Voltz 2008-04-24 13:18:03 +00:00
parent b1d3d742dc
commit 9f54342f16
1 changed files with 1 additions and 0 deletions

View File

@ -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 $@