aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/libxslt/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile
index af14c43802..b1b02f0566 100644
--- a/tools/depends/target/libxslt/Makefile
+++ b/tools/depends/target/libxslt/Makefile
@@ -9,7 +9,12 @@ ARCHIVE=$(SOURCE).tar.gz
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
- ./configure --prefix=$(PREFIX) --without-python --disable-shared --with-debug --with-debugger --with-mem-debug --with-libxml-prefix=$(PREFIX)
+ ./configure --prefix=$(PREFIX) --without-python --disable-shared \
+ --with-debug --with-debugger --with-mem-debug \
+ --with-libxml-prefix=$(PREFIX) \
+ --with-libxml-libs-prefix=$(PREFIX)/lib \
+ --with-libxml-include-prefix=$(PREFIX)/include/libxml2
+
LIBDYLIB=$(PLATFORM)/$(LIBNAME)/.libs/$(LIBNAME).a