Initial push
[termux-packages] / packages / libvpx / configure.patch
1 diff -u -r ../libvpx-v1.3.0/configure ./configure
2 --- ../libvpx-v1.3.0/configure 2014-01-10 21:12:42.000000000 +0100
3 +++ ./configure 2014-03-03 21:21:38.000000000 +0100
4 @@ -505,7 +505,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; then
9 + if ! enabled linux && ! enabled android; then
10 if enabled gnu; then
11 echo "--enable-shared is only supported on ELF; assuming this is OK"
12 else