From cea6f6d2341e72e2f485a9cfad3c6b478d6268bb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 24 Apr 2023 20:37:23 +0200 Subject: [PATCH] sg3_utils, disable static library (#8510) --- sys-block/sg3_utils/sg3_utils-1.42.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-block/sg3_utils/sg3_utils-1.42.recipe b/sys-block/sg3_utils/sg3_utils-1.42.recipe index 44fbc2924..e6b6b1a81 100644 --- a/sys-block/sg3_utils/sg3_utils-1.42.recipe +++ b/sys-block/sg3_utils/sg3_utils-1.42.recipe @@ -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 }