audiofile, disable static library (#8240)

This commit is contained in:
Schrijvers Luc
2023-04-02 19:41:05 +02:00
committed by GitHub
parent a844a3cdae
commit 26b2ef3d37

View File

@@ -30,7 +30,7 @@ Supported compression formats:
HOMEPAGE="https://audiofile.68k.org/"
COPYRIGHT="1998-2013 Michael Pruett, Chris Pirazzi, Scott Porter, Doug Scott"
LICENSE="GNU LGPL v2.1"
REVISION="6"
REVISION="7"
SOURCE_URI="https://audiofile.68k.org/audiofile-$portVersion.tar.gz"
CHECKSUM_SHA256="cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965"
PATCHES="audiofile-$portVersion.patch"
@@ -71,7 +71,7 @@ defineDebugInfoPackage audiofile$secondaryArchSuffix \
BUILD()
{
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}