From: Debian Common Lisp Team Date: Wed, 28 Aug 2019 19:39:51 +0000 (+0100) Subject: cross X-Git-Tag: archive/raspbian/2.2-1+rpi1~2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bc8e209b12be6076797da78ac38c8d8b1eff5b2c;p=ffcall.git cross Gbp-Pq: Name cross.patch --- diff --git a/m4/codeexec.m4 b/m4/codeexec.m4 index 2d9eab3..5d5abcb 100644 --- a/m4/codeexec.m4 +++ b/m4/codeexec.m4 @@ -177,6 +177,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX], } ], [ffcall_cv_malloc_mprotect_can_exec=yes], + [ffcall_cv_malloc_mprotect_can_exec=no], [dnl When cross-compiling, assume SELinux on Linux. dnl If we don't know, assume the worst. case "$host_os" in @@ -267,6 +268,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX], } ], [ffcall_cv_mmap_mprotect_can_exec=yes], + [ffcall_cv_mmap_mprotect_can_exec=no], [dnl When cross-compiling, assume SELinux on Linux. dnl If we don't know, assume the worst. case "$host_os" in @@ -339,6 +341,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX], } ], [ffcall_cv_mmap_shared_can_exec=yes], + [ffcall_cv_mmap_shared_can_exec=no], [dnl When cross-compiling, assume yes, since this is the result dnl on all the platforms where we have tested it. ffcall_cv_mmap_shared_can_exec="guessing yes"