Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd Fix build with "USE_SSP" set to "yes".
details: https://anonhg.NetBSD.org/src/rev/4dbf7c4a98b2
branches: trunk
changeset: 341311:4dbf7c4a98b2
user: tron <tron%NetBSD.org@localhost>
date: Fri Oct 30 18:53:26 2015 +0000
description:
Fix build with "USE_SSP" set to "yes".
diffstat:
libexec/httpd/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 90706a09fdc4 -r 4dbf7c4a98b2 libexec/httpd/Makefile
--- a/libexec/httpd/Makefile Fri Oct 30 18:52:15 2015 +0000
+++ b/libexec/httpd/Makefile Fri Oct 30 18:53:26 2015 +0000
@@ -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 @@
LDADD+= -lnbutil
.endif
+COPTS.bozohttpd.c= -Wno-stack-protector
+
+
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"
Home |
Main Index |
Thread Index |
Old Index