pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Feb 23 21:29:29 UTC 2019

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
samba4: Needs socket libraries on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/samba4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.58 pkgsrc/net/samba4/Makefile:1.59
--- pkgsrc/net/samba4/Makefile:1.58     Thu Jan  3 19:36:45 2019
+++ pkgsrc/net/samba4/Makefile  Sat Feb 23 21:29:29 2019
@@ -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_P
 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