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