From 58af40ca9c50e4e12fdf442a0a91536d282efa2b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 29 Dec 2022 17:39:14 +0100 Subject: [PATCH] gdal, disable static library (#7698) --- sci-libs/gdal/gdal-3.4.2.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-3.4.2.recipe b/sci-libs/gdal/gdal-3.4.2.recipe index 6a7dafc92..426636703 100644 --- a/sci-libs/gdal/gdal-3.4.2.recipe +++ b/sci-libs/gdal/gdal-3.4.2.recipe @@ -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 }