Module Name: src Committed By: tron Date: Sun Nov 6 10:55:28 UTC 2011
Modified Files: src/external/bsd/tre/lib: Makefile Log Message: Fix build with stack smash protection enabled. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tre/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/tre/lib/Makefile diff -u src/external/bsd/tre/lib/Makefile:1.1 src/external/bsd/tre/lib/Makefile:1.2 --- src/external/bsd/tre/lib/Makefile:1.1 Sat Nov 5 22:39:13 2011 +++ src/external/bsd/tre/lib/Makefile Sun Nov 6 10:55:27 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/11/05 22:39:13 christos Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/06 10:55:27 tron Exp $ # for information: # the configure script is run as: @@ -22,3 +22,5 @@ SRCS+= tre-parse.c tre-stack.c xmalloc.c WARNS= 4 .include <bsd.lib.mk> + +CFLAGS+= -Wno-stack-protector