summaryrefslogtreecommitdiff
path: root/libxslt/makefile.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-07-12 15:57:26 +0200
committerMichael Stahl <mst@openoffice.org>2010-07-12 15:57:26 +0200
commit7e5ed4b24a3dcd1926946c434b3e12c167a4f950 (patch)
tree43499bb9a3a19251626b00b171eeac8f5509bf5a /libxslt/makefile.mk
parent917dac0a4d7652c1e68ee94a262d4cb7d09a32b0 (diff)
solaris10u8: #i112480#: build libxslt with versioned symbols on solaris:
libxslt-gnome602728.patch: remove (disables version script). libxslt-internal-symbols.patch: do not export non-existing symbols.
Diffstat (limited to 'libxslt/makefile.mk')
-rw-r--r--libxslt/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index b3f9ed203653..11e8d1497e7e 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -50,9 +50,12 @@ LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO)
TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION)
TARFILE_MD5=e61d0364a30146aaa3001296f853b2b9
+
+# libxslt-internal-symbols: #i112480#: Solaris ld requires symbols to be defined
PATCH_FILES=libxslt-configure.patch \
libxslt-win_manifest.patch \
- libxslt-gnome602728.patch
+ libxslt-internal-symbols.patch \
+
# This is only for UNX environment now
.IF "$(OS)"=="WNT"