summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-12-21 10:09:40 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-12-21 10:09:40 +0000
commit09f43996487387a634d547f09f4bac832ef2deff (patch)
tree716d25af612afce797502f6fa633be27a7ad1c40 /libxslt
parentf091becb070faeb6b0c14403d58fec555b2e3c10 (diff)
xmlsec1_2_14: #i107747#: solaris problems
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/libxslt-gnome602728.patch11
-rw-r--r--libxslt/makefile.mk4
2 files changed, 14 insertions, 1 deletions
diff --git a/libxslt/libxslt-gnome602728.patch b/libxslt/libxslt-gnome602728.patch
new file mode 100644
index 000000000000..182855bf9486
--- /dev/null
+++ b/libxslt/libxslt-gnome602728.patch
@@ -0,0 +1,11 @@
+--- misc/libxslt-1.1.26.orig/configure 2009-12-21 10:07:14.000000000 +0000
++++ misc/build/libxslt-1.1.26/configure 2009-12-21 10:07:42.000000000 +0000
+@@ -13402,7 +13402,7 @@
+ $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \
+ VERSION_SCRIPT_FLAGS=-Wl,--version-script=
+ test "`uname`" == "SunOS" && \
+- VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
++ VERSION_SCRIPT_FLAGS=""
+
+ if test -n "$VERSION_SCRIPT_FLAGS"; then
+ USE_VERSION_SCRIPT_TRUE=
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index ad698246fd8b..33de5e231d2b 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -53,7 +53,9 @@ all:
LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO)
TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION)
-PATCH_FILES=libxslt-configure.patch libxslt-win_manifest.patch
+PATCH_FILES=libxslt-configure.patch \
+ libxslt-win_manifest.patch \
+ libxslt-gnome602728.patch
# This is only for UNX environment now
.IF "$(OS)"=="WNT"