libmms, disable static library (#7973)

This commit is contained in:
Schrijvers Luc
2023-03-18 11:53:18 +01:00
committed by GitHub
parent 7783e09dee
commit f8cb837e77

View File

@@ -6,7 +6,7 @@ doesn't handle sending at all."
HOMEPAGE="https://sourceforge.net/projects/libmms/"
COPYRIGHT="2009 Xine project"
LICENSE="GNU LGPL v2.1"
REVISION="3"
REVISION="4"
SOURCE_URI="https://downloads.sourceforge.net/libmms/libmms-$portVersion.tar.gz"
CHECKSUM_SHA256="3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"
PATCHES="libmms-$portVersion.patchset"
@@ -53,7 +53,7 @@ BUILD()
export LDFLAGS="-lnetwork -lbsd"
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}