77743a30c28e9f84e2a4bcf7cf8f4e2e2bfd0547
[termux-packages] / packages / libvpx / configure.patch
1 diff -u -r ../libvpx-1.5.0/configure ./configure
2 --- ../libvpx-1.5.0/configure 2015-11-09 17:12:38.000000000 -0500
3 +++ ./configure 2015-11-17 15:20:15.792584646 -0500
4 @@ -507,7 +507,7 @@
5 # Can only build shared libs on a subset of platforms. Doing this check
6 # here rather than at option parse time because the target auto-detect
7 # magic happens after the command line has been parsed.
8 - if ! enabled linux && ! enabled os2; then
9 + if ! enabled linux && ! enabled os2 && ! enabled android; then
10 if enabled gnu; then
11 echo "--enable-shared is only supported on ELF; assuming this is OK"
12 else