Revision: 15247 http://gar.svn.sourceforge.net/gar/?rev=15247&view=rev Author: bdwalton Date: 2011-08-03 01:36:31 +0000 (Wed, 03 Aug 2011)
Log Message: ----------- libxml2/trunk: update the version script crippling patch Modified Paths: -------------- csw/mgar/pkg/libxml2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch Removed Paths: ------------- csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch Modified: csw/mgar/pkg/libxml2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxml2/trunk/Makefile 2011-08-02 14:23:56 UTC (rev 15246) +++ csw/mgar/pkg/libxml2/trunk/Makefile 2011-08-03 01:36:31 UTC (rev 15247) @@ -9,7 +9,7 @@ MASTER_SITES = ftp://xmlsoft.org/libxml2/ DISTFILES = $(NAME)-$(VERSION).tar.gz -PATCHFILES = ld-symbol-handling-fixup.patch +PATCHFILES = 0001-Forcefully-disable-the-symbol-versioning.patch # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz Added: csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch =================================================================== --- csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch (rev 0) +++ csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch 2011-08-03 01:36:31 UTC (rev 15247) @@ -0,0 +1,38 @@ +From 022f9c9f9f02233f175bd6c1d604072b82790c3f Mon Sep 17 00:00:00 2001 +From: Ben Walton <bwal...@opencsw.org> +Date: Wed, 3 Aug 2011 03:28:15 +0200 +Subject: [PATCH] Forcefully disable the symbol versioning + +Signed-off-by: Ben Walton <bwal...@opencsw.org> +--- + configure | 11 +++-------- + 1 files changed, 3 insertions(+), 8 deletions(-) + +diff --git a/configure b/configure +index 605e8c4..068295c 100755 +--- a/configure ++++ b/configure +@@ -11410,17 +11410,12 @@ if test "$lt_cv_prog_gnu_ld" = yes; then + 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 -z "$VERSION_SCRIPT_FLAGS"; then +- USE_VERSION_SCRIPT_TRUE= +- USE_VERSION_SCRIPT_FALSE='#' +-else +- USE_VERSION_SCRIPT_TRUE='#' +- USE_VERSION_SCRIPT_FALSE= +-fi ++USE_VERSION_SCRIPT_TRUE='#' ++USE_VERSION_SCRIPT_FALSE= + + + +-- +1.7.6 + Deleted: csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch =================================================================== --- csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch 2011-08-02 14:23:56 UTC (rev 15246) +++ csw/mgar/pkg/libxml2/trunk/files/ld-symbol-handling-fixup.patch 2011-08-03 01:36:31 UTC (rev 15247) @@ -1,23 +0,0 @@ ---- 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= -- USE_VERSION_SCRIPT_FALSE='#' --else -- USE_VERSION_SCRIPT_TRUE='#' -- USE_VERSION_SCRIPT_FALSE= --fi -+USE_VERSION_SCRIPT_TRUE='#' -+USE_VERSION_SCRIPT_FALSE= - - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel