From bc8e209b12be6076797da78ac38c8d8b1eff5b2c Mon Sep 17 00:00:00 2001 From: Debian Common Lisp Team Date: Wed, 28 Aug 2019 20:39:51 +0100 Subject: [PATCH] cross Gbp-Pq: Name cross.patch --- m4/codeexec.m4 | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2