summaryrefslogtreecommitdiff
path: root/net/samba4/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-02-23 21:29:29 +0000
committerjperkin <jperkin@pkgsrc.org>2019-02-23 21:29:29 +0000
commit91ab71fa35d11482a599838735c4572b409b8167 (patch)
treeb046021dff5d4f8dd3a2a9c5ff2c364dc298554a /net/samba4/Makefile
parentcb8f486925625c107bb663ec0bc3c989c8350420 (diff)
downloadpkgsrc-91ab71fa35d11482a599838735c4572b409b8167.tar.gz
samba4: Needs socket libraries on SunOS.
Diffstat (limited to 'net/samba4/Makefile')
-rw-r--r--net/samba4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index 3de0a5bfa4e..e9339d1cfdc 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2019/01/03 19:36:45 adam Exp $
+# $NetBSD: Makefile,v 1.59 2019/02/23 21:29:29 jperkin Exp $
DISTNAME= samba-4.9.4
PKGREVISION= 2
@@ -110,6 +110,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${SMB_PRIVATELIB}
CFLAGS.SunOS+= -DHAVE_SOLARIS_GETGRENT_R
# workaround https://bugzilla.samba.org/show_bug.cgi?id=12502 for now
CFLAGS.SunOS+= -DMSG_NOSIGNAL=0
+LDFLAGS.SunOS+= -lsocket -lnsl
.include "options.mk"