tremor, disable static library (#8466)

This commit is contained in:
Schrijvers Luc
2023-04-20 14:32:53 +02:00
committed by GitHub
parent 75f8d3e139
commit 0b042972e1

View File

@@ -8,7 +8,7 @@ libraries distributed for free by Xiph.org."
HOMEPAGE="https://wiki.xiph.org/Tremor/"
COPYRIGHT="1994-2018 Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
srcGitRev="4b14e2579e91e22cd5dcc63553496ef6e7c5c222"
SOURCE_URI="https://github.com/jhot/libtremor/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="f122b4d9f00412929b407c00f19d1b713604d57fb9ba72a98f4a68e77639abd1"
@@ -56,7 +56,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}