summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2015-06-07 14:05:08 +0000
committerwiedi <wiedi@pkgsrc.org>2015-06-07 14:05:08 +0000
commit62b359e5b47f5d3095eec49bb6eace3d0bc396f6 (patch)
tree85f048f0b1a9453067c1c22b0c71440bb334d454 /net
parentbc119d3db2408e1afa495dd7e8e3458e405b2596 (diff)
downloadpkgsrc-62b359e5b47f5d3095eec49bb6eace3d0bc396f6.tar.gz
link network libs on SunOS
Diffstat (limited to 'net')
-rw-r--r--net/iperf3/Makefile4
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"