gdal, revbump for new armadillo (#13015)

This commit is contained in:
Schrijvers Luc
2025-10-05 10:16:51 +02:00
committed by GitHub
parent 4fb3fd5559
commit 78d3290900

View File

@@ -118,7 +118,7 @@ COPYRIGHT="2007-2017 Even Rouault
PCRaster owners"
LICENSE="MIT
GNU GPL v3"
REVISION="5"
REVISION="6"
SOURCE_URI="https://download.osgeo.org/gdal/$portVersion/gdal-$portVersion.tar.xz"
CHECKSUM_SHA256="16baf03dfccf9e3f72bb2e15cd2d5b3f4be0437cdff8a785bceab0c7be557335"
PATCHES="gdal-3.4.2.patchset"
@@ -214,7 +214,7 @@ BUILD_REQUIRES="
devel:libnetcdf$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libproj$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libssl$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix >= 6
devel:libwebp$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
@@ -239,7 +239,7 @@ BUILD()
{
export LDFLAGS="-lnetwork"
# needed otherwise geotiff compile errors
export CXXFLAGS="-fpermissive"
export CXXFLAGS="-fpermissive -O2 -g"
expatDir=$portPackageLinksDir/lib~libexpat
autoreconf -fi
runConfigure --omit-dirs binDir ./configure \