Module Name: src
Committed By: christos
Date: Sun Jun 27 16:24:52 UTC 2021
Modified Files:
src/lib/libcurses: Makefile
Log Message:
Fix SSP build
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/lib/libcurses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/Makefile
diff -u src/lib/libcurses/Makefile:1.94 src/lib/libcurses/Makefile:1.95
--- src/lib/libcurses/Makefile:1.94 Mon Mar 23 09:37:36 2020
+++ src/lib/libcurses/Makefile Sun Jun 27 12:24:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2020/03/23 13:37:36 roy Exp $
+# $NetBSD: Makefile,v 1.95 2021/06/27 16:24:52 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
.include <bsd.own.mk>
@@ -9,6 +9,9 @@ CPPFLAGS+=-I${.CURDIR} -I${NETBSDSRCDIR}
.if defined(DEBUG_CURSES)
CPPFLAGS+=-g -DDEBUG
.endif
+
+COPTS.slk.c += -Wno-stack-protector
+
.if defined(SMALL)
CPPFLAGS+=-DSMALL
.endif