libbdplus, disable static library (#8340)

This commit is contained in:
Schrijvers Luc
2023-04-11 14:57:41 +02:00
committed by GitHub
parent 350b4604be
commit f2b7ecc4a7

View File

@@ -5,7 +5,7 @@ movies. It is intended for software that want to support Blu-ray playback \
HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
COPYRIGHT="2011-2015 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="5"
REVISION="6"
SOURCE_URI="https://download.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
CHECKSUM_SHA256="a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a"
PATCHES="libbdplus-0.1.2.patchset"
@@ -57,7 +57,7 @@ defineDebugInfoPackage libbdplus$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}