diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-05-29 00:24:19 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-05-29 00:24:19 +0000 |
commit | ff6237d4111bba30de197a0d230c9d09b4e787fc (patch) | |
tree | 98fb21caad075881b482b9c794bfad6536bebefd /net/samba4 | |
parent | 9c138493fa0c4570b7e8445aa41a7fbb1e76e03d (diff) | |
download | pkgsrc-ff6237d4111bba30de197a0d230c9d09b4e787fc.tar.gz |
add workaround for https://bugzilla.samba.org/show_bug.cgi?id=12502
fixes build on sunos
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 |