linamh/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch
geos_one 9508d22d03 media-libs/libvpx: bump with multilib patch
(Portage version: 2.2.0_alpha19-r1/svn/Linux x86_64)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2835 6952d904-891a-0410-993b-d76249ca496b
2011-02-04 19:54:31 +00:00

19 lines
655 B
Diff

http://bugs.gentoo.org/351496
http://patch-tracker.debian.org/patch/series/view/libvpx/0.9.5-1/01_enable-shared.patch
--- configure
+++ configure
@@ -415,12 +415,6 @@
}
process_detect() {
- if enabled shared; then
- # Can only build shared libs on a subset of platforms. Doing this check
- # here rather than at option parse time because the target auto-detect
- # magic happens after the command line has been parsed.
- enabled linux || die "--enable-shared only supported on ELF for now"
- fi
if [ -z "$CC" ]; then
echo "Bypassing toolchain for environment detection."
enable external_build