Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxslt/files: libxslt-1.1.26-undefined.patch
Date: Wed, 07 Oct 2009 15:32:03
Message-Id: E1MvYUh-00018l-Jr@stork.gentoo.org
1 ssuominen 09/10/07 15:31:59
2
3 Added: libxslt-1.1.26-undefined.patch
4 Log:
5 Fix linking with -Wl,--no-undefined wrt #246748 by Christian Ruppert.
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/libxslt/files/libxslt-1.1.26-undefined.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.26-undefined.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.26-undefined.patch?rev=1.1&content-type=text/plain
13
14 Index: libxslt-1.1.26-undefined.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=246748
17
18 diff -ur libxslt-1.1.26.orig/python/Makefile.am libxslt-1.1.26/python/Makefile.am
19 --- libxslt-1.1.26.orig/python/Makefile.am 2009-05-12 09:29:34.000000000 +0300
20 +++ libxslt-1.1.26/python/Makefile.am 2009-10-07 18:27:35.000000000 +0300
21 @@ -36,7 +36,7 @@
22 python_LTLIBRARIES = libxsltmod.la
23
24 libxsltmod_la_SOURCES = libxslt.c types.c libxslt-py.c
25 -libxsltmod_la_LIBADD = $(mylibs)
26 +libxsltmod_la_LIBADD = $(mylibs) -lpython$(PYTHON_VERSION)
27
28 libxslt.py: $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py
29 cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py