Skip to content

Commit 87dab3b

Browse files
committed
Fix SSP build.
1 parent b269563 commit 87dab3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

external/bsd/tmux/usr.bin/tmux/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.43 2026/02/10 07:02:41 martin Exp $
1+
# $NetBSD: Makefile,v 1.44 2026/02/15 00:05:47 christos Exp $
22

33
.include <bsd.own.mk>
44

@@ -262,6 +262,7 @@ DPADD+= ${LIBEVENT} ${LIBTERMINFO} ${LIBUTIL}
262262

263263
COPTS.format.c+= -Wno-format-nonliteral
264264
COPTS.input.c+= -Wno-sign-compare -Wno-pointer-sign
265+
COPTS.mode-tree.c+= -Wno-error=stack-protector
265266
COPTS.tty.c+= -Wno-pointer-sign
266267
COPTS.utempter.c+= ${CC_WNO_STRINGOP_TRUNCATION}
267268
COPTS.window-copy.c+= ${CC_WNO_MAYBE_UNINITIALIZED} -Wno-pointer-sign

0 commit comments

Comments
 (0)