From 62b359e5b47f5d3095eec49bb6eace3d0bc396f6 Mon Sep 17 00:00:00 2001 From: wiedi Date: Sun, 7 Jun 2015 14:05:08 +0000 Subject: link network libs on SunOS --- net/iperf3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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" -- cgit v1.2.3