gdal, disable static library (#7698)

This commit is contained in:
Schrijvers Luc
2022-12-29 17:39:14 +01:00
committed by GitHub
parent 07da14457d
commit 58af40ca9c

View File

@@ -118,7 +118,7 @@ COPYRIGHT="2007-2017 Even Rouault
PCRaster owners"
LICENSE="MIT
GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.osgeo.org/gdal/$portVersion/gdal-$portVersion.tar.xz"
CHECKSUM_SHA256="16baf03dfccf9e3f72bb2e15cd2d5b3f4be0437cdff8a785bceab0c7be557335"
PATCHES="gdal-3.4.2.patchset"
@@ -244,6 +244,7 @@ BUILD()
autoreconf -fi
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-static \
--with-expat=$expatDir
make $jobArgs
}