mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
lame, disable static library (#7647)
This commit is contained in:
@@ -23,7 +23,7 @@ files."
|
||||
HOMEPAGE="http://lame.sourceforge.net/"
|
||||
COPYRIGHT="1998-2012 Mike Cheng et al."
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/lame/lame/3.100/lame-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
|
||||
|
||||
@@ -70,7 +70,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --enable-nasm
|
||||
runConfigure ./configure --enable-nasm \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user