mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libdvdcss, disable static library (#7974)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user