Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.
This commit is contained in:
parent
172f875c44
commit
845682e4eb
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/08 09:21:07 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/10/24 09:45:34 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libnms-0.6.0
|
||||
|
@ -16,4 +16,6 @@ USE_LIBTOOL= yes
|
|||
|
||||
PKGCONFIG_OVERRIDE+= libnms.pc.in
|
||||
|
||||
LDFLAGS.SunOS+= -lsocket -lnsl
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue