Module Name: src
Committed By: tron
Date: Fri Oct 30 18:53:26 UTC 2015
Modified Files:
src/libexec/httpd: Makefile
Log Message:
Fix build with "USE_SSP" set to "yes".
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/Makefile
diff -u src/libexec/httpd/Makefile:1.24 src/libexec/httpd/Makefile:1.25
--- src/libexec/httpd/Makefile:1.24 Wed Aug 5 06:50:44 2015
+++ src/libexec/httpd/Makefile Fri Oct 30 18:53:26 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/08/05 06:50:44 mrg Exp $
+# $NetBSD: Makefile,v 1.25 2015/10/30 18:53:26 tron Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -48,6 +48,9 @@ CPPFLAGS+= -DHAVE_NBUTIL_H
LDADD+= -lnbutil
.endif
+COPTS.bozohttpd.c= -Wno-stack-protector
+
+
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"