mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libbluray, disable static library (#7606)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user