pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 add workaround for https://bugzilla.samba.o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee5598e341ff
branches:  trunk
changeset: 362896:ee5598e341ff
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon May 29 00:24:19 2017 +0000

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

diffstat:

 net/samba4/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c2b4a2bc9ae9 -r ee5598e341ff net/samba4/Makefile
--- a/net/samba4/Makefile       Sun May 28 21:53:06 2017 +0000
+++ b/net/samba4/Makefile       Mon May 29 00:24:19 2017 +0000
@@ -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 @@
 
 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