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