From d2901f3f8f2a8944d636f756c8fb4cdf3aaf9612 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Mon, 23 Dec 2013 23:02:16 +0100 Subject: - force our libxml2 - fixes compilation on rbpi --- tools/depends/target/libxslt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3