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