libbluray, disable static library (#7606)

This commit is contained in:
Schrijvers Luc
2022-12-20 19:58:29 +01:00
committed by GitHub
parent bfc17be6f7
commit 753983e2ed

View File

@@ -3,7 +3,7 @@ DESCRIPTION="This library is simply a tool for playback of Blu-ray movies."
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"
COPYRIGHT="2010-2021 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
CHECKSUM_SHA256="c24b0f41c5b737bbb65c544fe63495637a771c10a519dfc802e769f112b43b75"
PATCHES="libbluray-$portVersion.patchset"
@@ -80,7 +80,9 @@ defineDebugInfoPackage libbluray$secondaryArchSuffix \
BUILD()
{
./bootstrap
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
runConfigure --omit-dirs binDir ./configure \
--bindir="$commandBinDir" \
--disable-static \
--disable-bdjava-jar
make $jobArgs
}