Here is the patch doing that for me.
Cheers
F.
From d21fb3716721c9c52c242a3eff038314d82d66f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
Date: Tue, 28 Feb 2012 14:54:20 +0100
Subject: [PATCH] make libxslt link with the right libxml
---
libxslt/makefile.mk | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index cc89185..d21c0e3 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -86,6 +86,11 @@ CONF_ILIB=
.ELSE
CONF_ILIB=-L$(ILIB:s/;/ -L/)
.ENDIF
+
+.IF "$(OS)"=="MACOSX" && "$(SYSTEM_LIBXML)" != "YES"
+LIBXML2LIB=-L$(SOLARLIBDIR) -lxml2
+.ENDIF
+
CONFIGURE_FLAGS=--without-crypto --without-python --enable-static=no $(BUILD_AND_HOST)
CC="$(xslt_CC)" CFLAGS="$(xslt_CFLAGS)" LDFLAGS="-Wl,--no-undefined
-Wl,--enable-runtime-pseudo-reloc-v2 $(CONF_ILIB)" LIBS="$(xslt_LIBS)" LIBXML2LIB=$(LIBXML2LIB)
OBJDUMP=objdump
BUILD_ACTION=chmod 777 xslt-config && $(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
--
1.7.3.1
Context
- [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc · Fridrich Strba
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.