Update SDK build tools to 24.0.1
[termux-packages] / packages / libvpx / configure.patch
CommitLineData
e58281b9
FF
1diff -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 @@
59f0d218
FF
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.
e58281b9
FF
8- if ! enabled linux && ! enabled os2; then
9+ if ! enabled linux && ! enabled os2 && ! enabled android; then
59f0d218
FF
10 if enabled gnu; then
11 echo "--enable-shared is only supported on ELF; assuming this is OK"
12 else