Files
build-containers/files/patches/fix-mono-configure.diff
Hein-Pieter van Braam 0a9d7b2777 Initial commit
2019-01-07 21:51:22 +01:00

13 lines
465 B
Diff

--- a/configure.ac 2018-12-21 00:49:33.868510477 +0100
+++ b/configure.ac 2018-12-21 00:50:16.784397647 +0100
@@ -3172,6 +3172,8 @@
AC_MSG_CHECKING(for shm_open that works well enough with mmap)
if test "x$ac_cv_func_shm_open" = "xno" -o "x$ac_cv_func_shm_open_working_with_mmap" = "xno" ; then
AC_MSG_RESULT(no)
+ elif test "x$cross_compiling" = "xyes"; then
+ AC_MSG_RESULT(cross compiling, assuming yes)
else
AC_TRY_RUN([
#include <sys/mman.h>