[csw-devel] SF.net SVN: gar:[11201] csw/mgar/pkg/libxslt/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Oct 9 04:34:21 CEST 2010
Revision: 11201
http://gar.svn.sourceforge.net/gar/?rev=11201&view=rev
Author: bdwalton
Date: 2010-10-09 02:34:21 +0000 (Sat, 09 Oct 2010)
Log Message:
-----------
libxslt: forcefully disable symbol versioning until i can make the symbol map work
Modified Paths:
--------------
csw/mgar/pkg/libxslt/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/libxslt/trunk/files/0001-Forcefully-disable-version-script-use.patch
Modified: csw/mgar/pkg/libxslt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libxslt/trunk/Makefile 2010-10-09 00:49:26 UTC (rev 11200)
+++ csw/mgar/pkg/libxslt/trunk/Makefile 2010-10-09 02:34:21 UTC (rev 11201)
@@ -10,6 +10,7 @@
MASTER_SITES = ftp://xmlsoft.org/libxslt/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES += 0001-Forcefully-disable-version-script-use.patch
PACKAGES = CSWlibxslt CSWlibxsltdevel CSWpylibxslt
Added: csw/mgar/pkg/libxslt/trunk/files/0001-Forcefully-disable-version-script-use.patch
===================================================================
--- csw/mgar/pkg/libxslt/trunk/files/0001-Forcefully-disable-version-script-use.patch (rev 0)
+++ csw/mgar/pkg/libxslt/trunk/files/0001-Forcefully-disable-version-script-use.patch 2010-10-09 02:34:21 UTC (rev 11201)
@@ -0,0 +1,28 @@
+From ab7627feedff611e438f7a31fa27c7b0a8a3be96 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Sat, 9 Oct 2010 03:56:15 +0200
+Subject: [PATCH] Forcefully disable version script use.
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ libxslt/Makefile.in | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libxslt/Makefile.in b/libxslt/Makefile.in
+index 8cba338..c163255 100644
+--- a/libxslt/Makefile.in
++++ b/libxslt/Makefile.in
+@@ -327,8 +327,8 @@ libxslt_la_SOURCES = \
+ xsltwin32config.h.in \
+ libxslt.h
+
+- at USE_VERSION_SCRIPT_FALSE@LIBXSLT_VERSION_SCRIPT =
+- at USE_VERSION_SCRIPT_TRUE@LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxslt.syms
++LIBXSLT_VERSION_SCRIPT =
++
+ libxslt_la_LIBADD = $(EXTRA_LIBS)
+ libxslt_la_LDFLAGS = \
+ $(WIN32_EXTRA_LDFLAGS) \
+--
+1.7.3
+
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