libdvdread, disable static libraries (#7613)

This commit is contained in:
Schrijvers Luc
2022-12-21 14:41:20 +01:00
committed by GitHub
parent 0cccc16e4f
commit 97379b38f0
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="1998-1999 Eric Smith
2000-2002 Björn Englund
2000-2003 Håkan Hjort, et al."
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.videolan.org/pub/videolan/libdvdread/$portVersion/libdvdread-$portVersion.tar.bz2"
CHECKSUM_SHA256="cc190f553758ced7571859e301f802cb4821f164d02bfacfd320c14a4e0da763"
PATCHES="libdvdread-$portVersion.patchset"
@@ -55,7 +55,7 @@ defineDebugInfoPackage libdvdread$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
runConfigure ./configure --enable-shared --enable-static \
runConfigure ./configure --enable-shared --disable-static \
--disable-maintainer-mode
touch ChangeLog
make $jobArgs

View File

@@ -8,7 +8,7 @@ COPYRIGHT="1998-1999 Eric Smith
2000-2002 Björn Englund
2000-2003 Håkan Hjort, et al."
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.videolan.org/pub/videolan/libdvdread/$portVersion/libdvdread-$portVersion.tar.bz2"
CHECKSUM_SHA256="f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0"
SOURCE_DIR="libdvdread-$portVersion"
@@ -45,7 +45,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --enable-shared --enable-static \
runConfigure ./configure --enable-shared --disable-static \
--disable-maintainer-mode
touch ChangeLog
make $jobArgs