twolame, disable static library (#8265)

This commit is contained in:
Schrijvers Luc
2023-04-04 09:03:45 +02:00
committed by GitHub
parent 9b658eb993
commit 62f811c74c

View File

@@ -5,7 +5,7 @@ portions of LAME."
HOMEPAGE="https://www.twolame.org"
COPYRIGHT="2004-2018 The TwoLAME Project"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/twolame/twolame-$portVersion.tar.gz"
CHECKSUM_SHA256="cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d"
@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}