pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iperf3 link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdfe02e8b0d8
branches:  trunk
changeset: 652757:cdfe02e8b0d8
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jun 07 14:05:08 2015 +0000

description:
link network libs on SunOS

diffstat:

 net/iperf3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 6862dd2b4bdd -r cdfe02e8b0d8 net/iperf3/Makefile
--- a/net/iperf3/Makefile       Sun Jun 07 14:04:34 2015 +0000
+++ b/net/iperf3/Makefile       Sun Jun 07 14:05:08 2015 +0000
@@ -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_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index