Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.

This commit is contained in:
jperkin 2013-10-24 09:45:34 +00:00
parent 172f875c44
commit 845682e4eb

View file

@ -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"