[csw-devel] SF.net SVN: gar:[9289] csw/mgar/pkg/libxml2/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Mar 20 20:10:08 CET 2010
Revision: 9289
http://gar.svn.sourceforge.net/gar/?rev=9289&view=rev
Author: bdwalton
Date: 2010-03-20 19:10:07 +0000 (Sat, 20 Mar 2010)
Log Message:
-----------
libxml2: update ld symbol handling patch
Modified Paths:
--------------
csw/mgar/pkg/libxml2/trunk/checksums
csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch
Modified: csw/mgar/pkg/libxml2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libxml2/trunk/checksums 2010-03-20 13:30:48 UTC (rev 9288)
+++ csw/mgar/pkg/libxml2/trunk/checksums 2010-03-20 19:10:07 UTC (rev 9289)
@@ -1,2 +1,2 @@
-5e371e0f0921fc7b366c34aded6ae993 ld-symbol-handling-fixup.patch
+0c68fe5a079c4c6f8188824941bba80d ld-symbol-handling-fixup.patch
9abc9959823ca9ff904f1fbcf21df066 libxml2-2.7.7.tar.gz
Modified: csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch
===================================================================
--- csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch 2010-03-20 13:30:48 UTC (rev 9288)
+++ csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch 2010-03-20 19:10:07 UTC (rev 9289)
@@ -1,11 +1,13 @@
---- libxml2-2.7.6/configure.orig 2009-12-06 02:38:02.408924064 +0100
-+++ libxml2-2.7.6/configure 2009-12-06 02:38:28.581172792 +0100
-@@ -12150,15 +12150,10 @@
- $(/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="-Wl,-M"
+--- libxml2-2.7.7/configure.orig 2010-03-16 03:22:07.931504296 +0100
++++ libxml2-2.7.7/configure 2010-03-16 03:22:59.183232519 +0100
+@@ -12157,17 +12157,12 @@
+ VERSION_SCRIPT_FLAGS=-Wl,--version-script=
+ else
+ case $host in
+- *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
++ *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M";;
+ esac
+ fi
- if test -n "$VERSION_SCRIPT_FLAGS"; then
- USE_VERSION_SCRIPT_TRUE=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list