mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
gdal, disable static library (#7698)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user