diff options
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/libxml2-gnome602728.patch | 12 | ||||
-rw-r--r-- | libxml2/makefile.mk | 3 |
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 |