libmkv, disable static library (#7646)

This commit is contained in:
Schrijvers Luc
2022-12-25 13:11:03 +01:00
committed by GitHub
parent bd9b7c6c93
commit 59f7c2d2a7

View File

@@ -6,7 +6,7 @@ portable."
HOMEPAGE="https://github.com/saintdev/libmkv"
COPYRIGHT="2007 libmkv"
LICENSE="GNU GPL v2"
REVISION="5"
REVISION="6"
SOURCE_URI="https://github.com/saintdev/libmkv/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="41f08a08bab354f9834fda1dcdd1dcf4a0c67ad18021eb980f808654464cef00"
SOURCE_FILENAME="libmkv-$portVersion.tar.gz"
@@ -45,7 +45,7 @@ BUILD_PREREQUIRES="
BUILD()
{
./bootstrap.sh
runConfigure ./configure
runConfigure ./configure --disable-static
make
}