diff options
-rw-r--r-- | net/iperf3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index b86b7fc2330..2d6b7b212a9 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/02/07 17:11:23 he Exp $ +# $NetBSD: Makefile,v 1.3 2015/06/07 14:05:08 wiedi Exp $ DISTNAME= iperf-3.0.11 PKGNAME= ${DISTNAME:S/iperf/iperf3/} @@ -15,4 +15,6 @@ USE_LANGUAGES= c USE_LIBTOOL= yes GNU_CONFIGURE= yes +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../mk/bsd.pkg.mk" |