libid3tag, disable static library (#7631)

This commit is contained in:
Schrijvers Luc
2022-12-24 18:52:02 +01:00
committed by GitHub
parent e1d74ca3fe
commit bec3ce7fbd

View File

@@ -4,7 +4,7 @@ ID3v1 and the various versions of ID3v2."
HOMEPAGE="http://www.underbit.com/products/mad/"
COPYRIGHT="2000-2004 Underbit Technologies, Inc."
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
SOURCE_URI="ftp://ftp.mars.org/pub/mpeg/libid3tag-$portVersion.tar.gz"
CHECKSUM_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
PATCHES="libid3tag-$portVersion.patchset"
@@ -46,7 +46,7 @@ BUILD()
{
touch AUTHORS ChangeLog NEWS
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make
}