mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
lrzip, disable static library (#7979)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user