Disable stack protection warnings for "uds_daemon.c" which allocates
variable sized buffers on the stack.
This commit is contained in:
parent
fd27aaa40c
commit
0b95c5420c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/10/01 00:22:03 tsarna Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/10/01 10:01:14 tron Exp $
|
||||
|
||||
PROG= mdnsd
|
||||
|
||||
|
@ -11,6 +11,8 @@ SRCS= PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
|
|||
DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
|
||||
PlatformCommon.c
|
||||
|
||||
COPTS.uds_daemon.c += -Wno-stack-protector
|
||||
|
||||
MAN= mdnsd.8
|
||||
|
||||
mdnsd.8: mDNSResponder.8
|
||||
|
|
Loading…
Reference in New Issue