diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-11-27 23:50:12 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 11:21:17 +0100 |
commit | 4e872011b5953569821a5684843f0be58ec914d7 (patch) | |
tree | 5729d4cb9ae9fb871fe632ac823033b0e20bd694 /community/gdal/20-userfaultfd-detection.patch | |
parent | 4723ef69547c1150b39e4265a2c056920673f410 (diff) | |
download | aports-4e872011b5953569821a5684843f0be58ec914d7.tar.bz2 aports-4e872011b5953569821a5684843f0be58ec914d7.tar.xz |
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
Diffstat (limited to 'community/gdal/20-userfaultfd-detection.patch')
-rw-r--r-- | community/gdal/20-userfaultfd-detection.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/community/gdal/20-userfaultfd-detection.patch b/community/gdal/20-userfaultfd-detection.patch new file mode 100644 index 0000000000..2e7340956b --- /dev/null +++ b/community/gdal/20-userfaultfd-detection.patch @@ -0,0 +1,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 |