# HG changeset patch # User Markus Mützel # Date 1641651675 -3600 # Node ID e435b7ef350b9982c55dbb632f2b128bcbf69b1c # Parent eb62db3251f392d4ce368e6f4c46da18a177a19b GDAL: Update to version 3.2.3. * src/gdal.mk: Update version and checksum. Remove unsupported configure option. * src/gdal-1-gcc11.patch: Remove file. * dist-files.mk: Remove deleted file from dist. diff -r eb62db3251f3 -r e435b7ef350b dist-files.mk --- a/dist-files.mk Sat Jan 08 14:31:23 2022 +0100 +++ b/dist-files.mk Sat Jan 08 15:21:15 2022 +0100 @@ -121,7 +121,6 @@ gd-1-libpng15.patch \ gd-test.c \ gd.mk \ - gdal-1-gcc11.patch \ gdal-2-ucrt.patch \ gdal.mk \ gdb.mk \ diff -r eb62db3251f3 -r e435b7ef350b src/gdal-1-gcc11.patch --- a/src/gdal-1-gcc11.patch Sat Jan 08 14:31:23 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ ---- ./ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp.orig 2020-01-28 11:13:43.000000000 +0100 -+++ ./ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2021-08-09 21:20:52.610437353 +0200 -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - #include - #include - diff -r eb62db3251f3 -r e435b7ef350b src/gdal.mk --- a/src/gdal.mk Sat Jan 08 14:31:23 2022 +0100 +++ b/src/gdal.mk Sat Jan 08 15:21:15 2022 +0100 @@ -3,8 +3,8 @@ PKG := gdal $(PKG)_IGNORE : -$(PKG)_VERSION := 3.1.4 -$(PKG)_CHECKSUM := 798e8f0c53684f5bf24921abf155f2c9345cad98 +$(PKG)_VERSION := 3.2.3 +$(PKG)_CHECKSUM := 092eaa2194bceb63b4d8a42e8ca8154abf32918c $(PKG)_SUBDIR := gdal-$($(PKG)_VERSION) $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_VERSION)/$($(PKG)_FILE) @@ -23,6 +23,7 @@ $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ $(ENABLE_SHARED_OR_STATIC) \ --prefix='$(HOST_PREFIX)' \ + --with-cpp14 \ --with-pam \ --with-libz='$(HOST_PREFIX)' \ --with-png='$(HOST_PREFIX)' \ @@ -61,7 +62,6 @@ --without-ingres \ --without-dods-root \ --without-idb \ - --without-sde \ --without-epsilon \ --without-perl \ --without-python \