mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02: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"
|
HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html"
|
||||||
COPYRIGHT="1998-2018 VideoLAN"
|
COPYRIGHT="1998-2018 VideoLAN"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://download.videolan.org/pub/libdvdcss/$portVersion/libdvdcss-$portVersion.tar.bz2"
|
SOURCE_URI="https://download.videolan.org/pub/libdvdcss/$portVersion/libdvdcss-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079"
|
CHECKSUM_SHA256="233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079"
|
||||||
SOURCE_DIR="libdvdcss-$portVersion"
|
SOURCE_DIR="libdvdcss-$portVersion"
|
||||||
@@ -51,7 +51,7 @@ BUILD()
|
|||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user