[Buildroot] svn commit: trunk/buildroot/package/libxslt

ninevoltz at uclibc.org ninevoltz at uclibc.org
Thu Apr 24 13:18:03 UTC 2008


Author: ninevoltz
Date: 2008-04-24 06:18:03 -0700 (Thu, 24 Apr 2008)
New Revision: 21834

Log:
make sure xslt uses the right xml2 headers

Modified:
   trunk/buildroot/package/libxslt/libxslt.mk


Changeset:
Modified: trunk/buildroot/package/libxslt/libxslt.mk
===================================================================
--- trunk/buildroot/package/libxslt/libxslt.mk	2008-04-24 13:16:39 UTC (rev 21833)
+++ trunk/buildroot/package/libxslt/libxslt.mk	2008-04-24 13:18:03 UTC (rev 21834)
@@ -54,6 +54,7 @@
 		--without-python \
 		--without-threads \
 		--with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib \
+		CFLAGS="-I$(STAGING_DIR)/usr/include/libxml2" \
 	);
 	touch $@
 




More information about the buildroot mailing list