libmms: link against libnetwork and libbsd

This commit is contained in:
Gerasim Troeglazov
2020-08-20 20:59:32 +10:00
parent 060628ccf4
commit 4d8e92e44a

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="2"
REVISION="3"
SOURCE_URI="https://downloads.sourceforge.net/libmms/libmms-$portVersion.tar.gz"
CHECKSUM_SHA256="3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"
PATCHES="libmms-$portVersion.patchset"
@@ -49,6 +49,9 @@ BUILD_PREREQUIRES="
BUILD()
{
export CFLAGS="-D_BSD_SOURCE"
export LDFLAGS="-lnetwork -lbsd"
autoreconf -vfi
runConfigure ./configure
make $jobArgs