pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: Needs socket libraries on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/039f519353f6
branches:  trunk
changeset: 319888:039f519353f6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Feb 23 21:29:29 2019 +0000

description:
samba4: Needs socket libraries on SunOS.

diffstat:

 net/samba4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a513779da694 -r 039f519353f6 net/samba4/Makefile
--- a/net/samba4/Makefile       Sat Feb 23 21:28:33 2019 +0000
+++ b/net/samba4/Makefile       Sat Feb 23 21:29:29 2019 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index