sox, disable static library (#8264)

This commit is contained in:
Schrijvers Luc
2023-04-04 08:51:18 +02:00
committed by GitHub
parent b7bbb1b288
commit 9b658eb993

View File

@@ -6,7 +6,7 @@ bonus, SoX can play and record audio files on most platforms."
HOMEPAGE="http://sox.sourceforge.net"
COPYRIGHT="1991-2015 Lance Norskog"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://downloads.sf.net/sox/sox-$portVersion.tar.bz2"
CHECKSUM_SHA256="81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c"
PATCHES="sox-$portVersion.patchset"
@@ -67,7 +67,7 @@ BUILD_REQUIRES="
devel:libwavpack$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:autoconf
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
@@ -79,7 +79,7 @@ defineDebugInfoPackage sox$secondaryArchSuffix \
BUILD()
{
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
@@ -87,7 +87,7 @@ INSTALL()
{
make install
prepareInstalledDevelLibs libsox
prepareInstalledDevelLib libsox
fixPkgconfig
packageEntries devel \