sg3_utils, disable static library (#8510)

This commit is contained in:
Schrijvers Luc
2023-04-24 20:37:23 +02:00
committed by GitHub
parent adc6299c89
commit cea6f6d234

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2016 Douglas Gilbert
2016 sg3_utils Contributors"
LICENSE="GNU GPL v2
BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="http://sg.danny.cz/sg/p/sg3_utils-$portVersion.tar.xz"
CHECKSUM_SHA256="97aeed65894feb2add896b4adfa4cf343966c8a61c7d206795ed0507640ee7b9"
PATCHES="sg3_utils-$portVersion.patchset"
@@ -85,7 +85,9 @@ defineDebugInfoPackage sg3_utils$secondaryArchSuffix \
BUILD()
{
./autogen.sh
runConfigure --omit-dirs binDir ./configure --bindir="$prefix/bin"
runConfigure --omit-dirs binDir ./configure \
--bindir="$prefix/bin" \
--disable-static
make $jobArgs
}