mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
opusfile, disable static (#8436)
This commit is contained in:
@@ -12,7 +12,7 @@ windows systems."
|
||||
HOMEPAGE="https://opus-codec.org/"
|
||||
COPYRIGHT="2001-2018 Xiph.org"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.xiph.org/releases/opus/opusfile-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b"
|
||||
|
||||
@@ -70,7 +70,7 @@ defineDebugInfoPackage opusfile$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user