opusfile, disable static (#8436)

This commit is contained in:
Schrijvers Luc
2023-04-19 09:04:39 +02:00
committed by GitHub
parent 2432a88374
commit 68c74f08a0

View File

@@ -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
}