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 media-libs/lcms/files: lcms-1.19-disable_static_modules.patch
Date: Sat, 26 Feb 2011 18:18:47
Message-Id: 20110226181837.4DCDD20057@flycatcher.gentoo.org
1 arfrever 11/02/26 18:18:37
2
3 Added: lcms-1.19-disable_static_modules.patch
4 Log:
5 Set SUPPORT_PYTHON_ABIS, don't install .a files in Python site-packages directories (bug #356601).
6
7 (Portage version: 2.2.0_alpha25_p8/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/lcms/files/lcms-1.19-disable_static_modules.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch?rev=1.1&content-type=text/plain
14
15 Index: lcms-1.19-disable_static_modules.patch
16 ===================================================================
17 --- python/Makefile.am
18 +++ python/Makefile.am
19 @@ -22,7 +22,7 @@
20
21 endif
22
23 -_lcms_la_LDFLAGS = -no-undefined -module -avoid-version \
24 +_lcms_la_LDFLAGS = -no-undefined -module -avoid-version -shared \
25 -L$(LCMS_PYLIB)/config
26
27 _lcms_la_LIBADD = $(top_builddir)/src/liblcms.la -lpython$(PYTHON_VERSION)
28 @@ -31,7 +31,7 @@
29
30 _lcms_la_CPPFLAGS = -I$(PYTHON_PREFIX)/include/python$(PYTHON_VERSION) \
31 -I$(LCMS_PYINCLUDE) \
32 - $(AM_CPPFLAGS)
33 + $(AM_CPPFLAGS) -shared
34
35
36 EXTRA_DIST = lcms.py lcms.i testbed swig_lcms