mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libdiscid, disable static library (#7810)
This commit is contained in:
@@ -7,7 +7,7 @@ database and gathers ISRCs and the MCN (=UPC/EAN) from disc."
|
||||
HOMEPAGE="https://musicbrainz.org/doc/libdiscid"
|
||||
COPYRIGHT="2006-2017 MetaBrainz Foundation"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f9e443ac4c0dd4819c2841fcc82169a46fb9a626352cdb9c7f65dd3624cd31b9"
|
||||
PATCHES="libdiscid-$portVersion.patchset"
|
||||
@@ -55,7 +55,7 @@ defineDebugInfoPackage libdiscid$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user