libjpeg_turbo, remove static library (#7563)

This commit is contained in:
Schrijvers Luc
2022-12-14 13:14:27 +01:00
committed by GitHub
parent e11a30341a
commit 312bba665f

View File

@@ -33,7 +33,7 @@ COPYRIGHT="1991-2019 Thomas G. Lane, Guido Vollbeding
LICENSE="BSD (3-clause)
IJG
Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-$portVersion.tar.gz"
CHECKSUM_SHA256="d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b"
SOURCE_DIR="libjpeg-turbo-$portVersion"
@@ -105,7 +105,8 @@ BUILD()
{
cmake -S. -Bbuild \
$cmakeDirArgs \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DENABLE_STATIC=OFF
make -C build $jobArgs
}