mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02: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/"
|
HOMEPAGE="https://sourceforge.net/projects/libmms/"
|
||||||
COPYRIGHT="2009 Xine project"
|
COPYRIGHT="2009 Xine project"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://downloads.sourceforge.net/libmms/libmms-$portVersion.tar.gz"
|
SOURCE_URI="https://downloads.sourceforge.net/libmms/libmms-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"
|
CHECKSUM_SHA256="3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"
|
||||||
PATCHES="libmms-$portVersion.patchset"
|
PATCHES="libmms-$portVersion.patchset"
|
||||||
@@ -53,7 +53,7 @@ BUILD()
|
|||||||
export LDFLAGS="-lnetwork -lbsd"
|
export LDFLAGS="-lnetwork -lbsd"
|
||||||
|
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user