summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2015-10-30 18:53:26 +0000
committertron <tron@NetBSD.org>2015-10-30 18:53:26 +0000
commit48ca690b52045c235c364fa0503ce41a0ee09ecf (patch)
treeda0304c83ea04d5473323e60ba1c157c7f0fbc1b /libexec/httpd
parent702b83206ad219ee07525857a5bc66fa37829851 (diff)
Fix build with "USE_SSP" set to "yes".
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index db2e3e48e94..e2eab48a34a 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -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"