Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx/files: libvpx-0.9.5-enable-shared.patch
Date: Thu, 03 Feb 2011 20:41:57
Message-Id: 20110203204147.CD8BE20057@flycatcher.gentoo.org
1 ssuominen 11/02/03 20:41:47
2
3 Added: libvpx-0.9.5-enable-shared.patch
4 Log:
5 Always build shared libraries with generic-gnu target wrt #351496 by Markus Meier.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch?rev=1.1&content-type=text/plain
14
15 Index: libvpx-0.9.5-enable-shared.patch
16 ===================================================================
17 http://bugs.gentoo.org/351496
18 http://patch-tracker.debian.org/patch/series/view/libvpx/0.9.5-1/01_enable-shared.patch
19
20 --- configure
21 +++ configure
22 @@ -415,12 +415,6 @@
23 }
24
25 process_detect() {
26 - if enabled shared; then
27 - # Can only build shared libs on a subset of platforms. Doing this check
28 - # here rather than at option parse time because the target auto-detect
29 - # magic happens after the command line has been parsed.
30 - enabled linux || die "--enable-shared only supported on ELF for now"
31 - fi
32 if [ -z "$CC" ]; then
33 echo "Bypassing toolchain for environment detection."
34 enable external_build