From: John Voltz Date: Thu, 24 Apr 2008 13:18:03 +0000 (-0000) Subject: make sure xslt uses the right xml2 headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f54342f16f8a0fbdfb7186e6035617530769617;p=buildroot.git make sure xslt uses the right xml2 headers --- diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 4b26ae0d16..a53b647b1a 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 $@