lrzip, disable static library (#7979)

This commit is contained in:
Schrijvers Luc
2023-03-18 20:02:49 +01:00
committed by GitHub
parent e1caba5f06
commit c3a7fb3080

View File

@@ -8,7 +8,7 @@ or size, but not both."
HOMEPAGE="http://lrzip.kolivas.org/"
COPYRIGHT="2016 lrzip Authors"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ck.kolivas.org/apps/lrzip/lrzip-$portVersion.tar.bz2"
CHECKSUM_SHA256="0d11e268d0d72310d6d73a8ce6bb3d85e26de3f34d8a713055f3f25a77226455"
PATCHES="lrzip-$portVersion.patchset"
@@ -73,7 +73,8 @@ defineDebugInfoPackage lrzip$secondaryArchSuffix \
BUILD()
{
runConfigure --omit-dirs "binDir docDir" ./configure \
--bindir="$prefix/bin" --docdir="$developDocDir"
--bindir="$prefix/bin" --docdir="$developDocDir" \
--disable-static
make $jobArgs
}