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:   wiedi
Date:           Mon May 29 00:24:19 UTC 2017

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
add workaround for https://bugzilla.samba.org/show_bug.cgi?id=12502
fixes build on sunos


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/net/samba4/Makefile:1.31
--- pkgsrc/net/samba4/Makefile:1.30     Wed May 24 15:51:32 2017
+++ pkgsrc/net/samba4/Makefile  Mon May 29 00:24:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/05/24 15:51:32 he Exp $
+# $NetBSD: Makefile,v 1.31 2017/05/29 00:24:19 wiedi Exp $
 
 DISTNAME=      samba-${VERSION}
 CATEGORIES=    net
@@ -108,6 +108,9 @@ 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
+
 .include "options.mk"
 
 PLIST_VARS+=           macosx



Home | Main Index | Thread Index | Old Index