1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/gdal/20-userfaultfd-detection.patch
Holger Jaekel 4e872011b5 community/gdal: upgrade to 3.0.2
* add support for NumPy arrays to the Python client
* add Java subpackage
* add util subpackage for command line utilities
* execute autotest regression test suite to check()
* add new drivers, the most important are:
  * JPEG2000
  * webp
  * ODBC
  * MySQL
2019-12-10 11:21:17 +01:00

29 lines
668 B
Diff

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