aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-12-23 23:02:16 +0100
committerJonathan Marshall <jmarshall@xbmc.org>2013-12-24 11:49:22 +1300
commitd2901f3f8f2a8944d636f756c8fb4cdf3aaf9612 (patch)
tree900840be21fa955014cb8b547fc918fd0108aab0
parent2c0bcf79b0412a549f79a04fa2623ff924076126 (diff)
- force our libxml2 - fixes compilation on rbpi
-rw-r--r--tools/depends/target/libxslt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile
index 6d6bc8c549..bd933ec9cf 100644
--- a/tools/depends/target/libxslt/Makefile
+++ b/tools/depends/target/libxslt/Makefile
@@ -9,7 +9,7 @@ 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
+ ./configure --prefix=$(PREFIX) --without-python --disable-shared --with-debug --with-debugger --with-mem-debug --with-libxml-prefix=$(PREFIX)
LIBDYLIB=$(PLATFORM)/.libs/$(LIBNAME).a