diff options
-rw-r--r-- | package/libxslt/libxslt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 8d8785f49..35659d355 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -21,7 +21,7 @@ LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \ $(DISABLE_NLS) $(DISABLE_IPV6) \ --without-debugging --without-python \ --without-threads \ - --with-libxml-include-prefix=$(STAGING_DIR)/usr/include/libxml2 + --with-libxml-prefix=$(STAGING_DIR)/usr/ LIBXSLT_DEPENDENCIES = uclibc $(LIBXSLT_DEPENDENCIES_EXTRA) |