Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
This commit is contained in:
parent
9d14d1ec2c
commit
56b53e87fd
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2011/01/31 08:42:09 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2012/04/13 22:52:53 hans Exp $
|
||||
|
||||
DISTNAME= iperf-2.0.5
|
||||
CATEGORIES= net benchmarks
|
||||
|
@ -20,6 +20,8 @@ GCC_REQD+= 3.0
|
|||
USE_LANGUAGES= c c++
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LIBS.SunOS+= -lrt
|
||||
|
||||
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
||||
|
||||
PTHREAD_OPTS+= native optional
|
||||
|
|
Loading…
Reference in a new issue