mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
twolame, disable static library (#8265)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user