opus, disable static library (#7653)

This commit is contained in:
Schrijvers Luc
2022-12-25 15:09:30 +01:00
committed by GitHub
parent 6628fc87dd
commit d74e84ad35

View File

@@ -27,7 +27,7 @@ Supported features are:
HOMEPAGE="https://www.opus-codec.org/"
COPYRIGHT="2001-2019 Xiph.org"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://archive.mozilla.org/pub/opus/opus-$portVersion.tar.gz"
CHECKSUM_SHA256="65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d"
PATCHES="opus-$portVersion.patchset"
@@ -73,7 +73,9 @@ BUILD()
configureFlags=--disable-intrinsics
fi
runConfigure ./configure $configureFlags \
--enable-custom-modes --disable-stack-protector
--disable-static \
--enable-custom-modes \
--disable-stack-protector
make
}