xar, disable static library (#7988)

This commit is contained in:
Schrijvers Luc
2023-03-19 08:15:26 +01:00
committed by GitHub
parent f5f1f9e98a
commit db11397c87

View File

@@ -11,7 +11,7 @@ meta-data."
HOMEPAGE="https://mackyle.github.io/xar/"
COPYRIGHT="2005 Rob Braun"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/downloads/mackyle/xar/xar-$portVersion.tar.gz"
CHECKSUM_SHA256="ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e"
PATCHES="xar-$portVersion.patchset"
@@ -70,7 +70,9 @@ BUILD()
libtoolize --force --copy --install
aclocal
autoconf
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-static
make
}