mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libmms, disable static library (#7973)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user