diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-05-28 23:43:27 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-05-28 23:43:27 +0000 |
commit | 4ac46783082aea17bd8cb9d8a1e2a81d9cccc717 (patch) | |
tree | fe509e6abaddd763ec0e96da5089c5652c40c4fe /net-mail/libpst/files | |
parent | Version bump (diff) | |
download | gentoo-2-4ac46783082aea17bd8cb9d8a1e2a81d9cccc717.tar.gz gentoo-2-4ac46783082aea17bd8cb9d8a1e2a81d9cccc717.tar.bz2 gentoo-2-4ac46783082aea17bd8cb9d8a1e2a81d9cccc717.zip |
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).
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/libpst/files')
-rw-r--r-- | net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch b/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch new file mode 100644 index 000000000000..5bf53c6dd81c --- /dev/null +++ b/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch @@ -0,0 +1,11 @@ +--- libpst-0.6.52/python/Makefile.am.orig ++++ libpst-0.6.52/python/Makefile.am +@@ -8,7 +8,7 @@ + + pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages + pythonlib_LTLIBRARIES = _libpst.la +-_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version ++_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version -shared + _libpst_la_SOURCES = python-libpst.cpp + _libpst_la_LIBADD = -lboost_python ../src/libpst.la + |