Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxslt/files: libxslt-1.1.26-disable_static_modules.patch
Date: Sat, 26 Feb 2011 17:31:34
Message-Id: 20110226173122.02D6020057@flycatcher.gentoo.org
1 arfrever 11/02/26 17:31:21
2
3 Added: libxslt-1.1.26-disable_static_modules.patch
4 Log:
5 Don't install .a files in Python site-packages directories.
6
7 (Portage version: 2.2.0_alpha25_p8/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch?rev=1.1&content-type=text/plain
14
15 Index: libxslt-1.1.26-disable_static_modules.patch
16 ===================================================================
17 --- python/Makefile.am
18 +++ python/Makefile.am
19 @@ -24,7 +24,8 @@
20 libxslt-python-api.xml \
21 $(DOCS)
22
23 -libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
24 +libxsltmod_la_CPPFLAGS = -shared
25 +libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version -shared
26
27 if WITH_PYTHON
28 mylibs = \