diff options
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 72906835929..27b96a8f406 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -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_PRIVATELIB} 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 |