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
5a2ce57893
commit
9e0e1ad32a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:35 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/04/13 23:20:07 hans Exp $
|
||||
|
||||
DISTNAME= stegtunnel-0.4
|
||||
CATEGORIES= security
|
||||
|
@ -13,6 +13,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
LIBS.SunOS+= -lrt
|
||||
|
||||
.include "../../net/libdnet/buildlink3.mk"
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue