From 9f54342f16f8a0fbdfb7186e6035617530769617 Mon Sep 17 00:00:00 2001
From: John Voltz <john.voltz@gmail.com>
Date: Thu, 24 Apr 2008 13:18:03 +0000
Subject: make sure xslt uses the right xml2 headers

---
 package/libxslt/libxslt.mk | 1 +
 1 file changed, 1 insertion(+)

(limited to 'package/libxslt')

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 $@
 
-- 
cgit v1.2.3