chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / libvpx / configure.patch
1 diff -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
10                  echo "--enable-shared is only supported on ELF; assuming this is OK"
11              else
12                  die "--enable-shared only supported on ELF, OS/2, and Darwin for now"