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 }