Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/libpst/files: libpst-0.6.52-no-static-python-lib.patch
Date: Sat, 28 May 2011 23:43:38
Message-Id: 20110528234327.1E38420057@flycatcher.gentoo.org
1 radhermit 11/05/28 23:43:27
2
3 Added: libpst-0.6.52-no-static-python-lib.patch
4 Log:
5 Version bump. Update to EAPI 4, add doc and static-libs USE flags, and don't install the static python library and libtool archive file (bug #298881 by Diego Elio Pettenò and Kacper Kowalik).
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch?rev=1.1&content-type=text/plain
14
15 Index: libpst-0.6.52-no-static-python-lib.patch
16 ===================================================================
17 --- libpst-0.6.52/python/Makefile.am.orig
18 +++ libpst-0.6.52/python/Makefile.am
19 @@ -8,7 +8,7 @@
20
21 pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages
22 pythonlib_LTLIBRARIES = _libpst.la
23 -_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version
24 +_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version -shared
25 _libpst_la_SOURCES = python-libpst.cpp
26 _libpst_la_LIBADD = -lboost_python ../src/libpst.la