libtheora, disable static library (#7663)

This commit is contained in:
Schrijvers Luc
2022-12-26 12:36:47 +01:00
committed by GitHub
parent 816a603763
commit 18360191eb

View File

@@ -15,7 +15,7 @@ that date will remain compatible with future releases."
HOMEPAGE="https://www.theora.org/"
COPYRIGHT="2002-2009 Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="7"
REVISION="8"
SOURCE_URI="http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
CHECKSUM_SHA256="b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
PATCHES="libtheora-1.1.1.patchset"
@@ -68,6 +68,7 @@ BUILD()
automake --add-missing
runConfigure ./configure \
--docdir $developDocDir \
--disable-static \
--disable-asm
make $jobArgs
}