Setup libstdc++.so -> libgnustl_shared.so early
[termux-packages] / packages / libvpx / configure.patch
CommitLineData
3f300a10
FF
1diff -u -r ../libvpx-1.6.0/configure ./configure
2--- ../libvpx-1.6.0/configure 2016-07-20 21:15:41.000000000 -0400
3+++ ./configure 2016-08-10 19:36:59.873847660 -0400
4@@ -509,7 +509,7 @@
5 # Supported platforms
6 ;;
7 *)
8- if enabled gnu; then
9+ if enabled gnu || enabled android; then
59f0d218
FF
10 echo "--enable-shared is only supported on ELF; assuming this is OK"
11 else
3f300a10 12 die "--enable-shared only supported on ELF, OS/2, and Darwin for now"