Module Name:    src
Committed By:   tron
Date:           Thu Oct  1 09:35:08 UTC 2009

Modified Files:
        src/external/apache2/mDNSResponder/lib: Makefile

Log Message:
Disable stack protection warnings for "dnssd_clientstub.c" which allocates
variable sized buffers on the stack.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/apache2/mDNSResponder/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/apache2/mDNSResponder/lib/Makefile
diff -u src/external/apache2/mDNSResponder/lib/Makefile:1.1 src/external/apache2/mDNSResponder/lib/Makefile:1.2
--- src/external/apache2/mDNSResponder/lib/Makefile:1.1	Tue Sep 29 23:56:28 2009
+++ src/external/apache2/mDNSResponder/lib/Makefile	Thu Oct  1 09:35:08 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/09/29 23:56:28 tsarna Exp $
+#	$NetBSD: Makefile,v 1.2 2009/10/01 09:35:08 tron Exp $
 
 .include <bsd.init.mk>
 
@@ -7,6 +7,8 @@
 SRCS=	dnssd_clientlib.c dnssd_clientstub.c dnssd_ipc.c  
 CPPFLAGS+=-I${DIST}/mDNSShared
 
+COPTS.dnssd_clientstub.c += -Wno-stack-protector
+
 INCS=	dns_sd.h
 INCSDIR=/usr/include
 

Reply via email to