aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdal/20-userfaultfd-detection.patch
blob: 2e7340956b74b6dabcccc5902482f8a264408ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: userfaultfd is disabled in musl
----

--- a/gdal/configure
+++ b/gdal/configure
@@ -20756,21 +20756,7 @@ fi
 done


-for ac_header in linux/userfaultfd.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "linux/userfaultfd.h" "ac_cv_header_linux_userfaultfd_h" "$ac_includes_default"
-if test "x$ac_cv_header_linux_userfaultfd_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LINUX_USERFAULTFD_H 1
-_ACEOF
- ENABLE_UFFD="yes"
-else
-  ENABLE_UFFD="no"
-fi
-
-done
-
-ENABLE_UFFD=$ENABLE_UFFD
+ENABLE_UFFD="no"


  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5