chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / disabled-packages / libffi-updated / configure.ac.patch
1 See https://github.com/libffi/libffi/pull/265
2
3 diff -u -r ../libffi-60e4250a77eb3fde500bfd68ec40519fe34b21bd/configure.ac ./configure.ac
4 --- ../libffi-60e4250a77eb3fde500bfd68ec40519fe34b21bd/configure.ac     2016-09-04 09:34:18.000000000 -0400
5 +++ ./configure.ac      2016-09-14 06:43:08.916379800 -0400
6 @@ -197,7 +197,7 @@
7                   [Cannot use PROT_EXEC on this target, so, we revert to
8                     alternative means])
9       ;;
10 -     *-apple-darwin* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
11 +     *-apple-darwin* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris* | *-linux-android*)
12         AC_DEFINE(FFI_MMAP_EXEC_WRIT, 1,
13                   [Cannot use malloc on this target, so, we revert to
14                     alternative means])