libdvdcss, disable static library (#7974)

This commit is contained in:
Schrijvers Luc
2023-03-18 12:17:11 +01:00
committed by GitHub
parent f8cb837e77
commit 1c78b6fcea

View File

@@ -4,7 +4,7 @@ block device without having to bother about the decryption."
HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html"
COPYRIGHT="1998-2018 VideoLAN"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.videolan.org/pub/libdvdcss/$portVersion/libdvdcss-$portVersion.tar.bz2"
CHECKSUM_SHA256="233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079"
SOURCE_DIR="libdvdcss-$portVersion"
@@ -51,7 +51,7 @@ BUILD()
aclocal
autoconf
automake --add-missing
runConfigure ./configure
runConfigure ./configure --disable-static
make
}