فهرست منبع

make sure xslt uses the right xml2 headers

John Voltz 17 سال پیش
والد
کامیت
9f54342f16
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      package/libxslt/libxslt.mk

+ 1 - 0
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 $@