summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-12-18 12:46:53 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-12-18 12:46:53 +0000
commitf091becb070faeb6b0c14403d58fec555b2e3c10 (patch)
tree458889dc9c955855e09a090d74b1c92a2a1cda6c /libxml2
parent7db8f365fd869557bf7354916f5ee0dd45e7b88e (diff)
xmlsec1_2_14: #i107747#: solaris problems
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/libxml2-gnome602728.patch12
-rw-r--r--libxml2/makefile.mk3
2 files changed, 14 insertions, 1 deletions
diff --git a/libxml2/libxml2-gnome602728.patch b/libxml2/libxml2-gnome602728.patch
new file mode 100644
index 000000000000..b284d457a751
--- /dev/null
+++ b/libxml2/libxml2-gnome602728.patch
@@ -0,0 +1,12 @@
+--- misc/libxml2-2.7.6/configure 2009-12-18 12:12:08.000000000 +0000
++++ misc/build/libxml2-2.7.6/configure 2009-12-18 12:20:40.000000000 +0000
+@@ -12150,7 +12150,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/libxml2/makefile.mk b/libxml2/makefile.mk
index 43d3e02f8bf8..1e7842932e4a 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -51,7 +51,8 @@ LIBXML2VERSION=2.7.6
TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
PATCH_FILES=libxml2-configure.patch \
libxml2-mingw.patch \
- libxml2-gnome599717.patch
+ libxml2-gnome599717.patch \
+ libxml2-gnome602728.patch
# This is only for UNX environment now