Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tre/lib Fix build with stack smash protection e...
details: https://anonhg.NetBSD.org/src/rev/f36f9bfba37e
branches: trunk
changeset: 771015:f36f9bfba37e
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 06 10:55:27 2011 +0000
description:
Fix build with stack smash protection enabled.
diffstat:
external/bsd/tre/lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r ab3c6b6603c0 -r f36f9bfba37e external/bsd/tre/lib/Makefile
--- a/external/bsd/tre/lib/Makefile Sun Nov 06 10:35:50 2011 +0000
+++ b/external/bsd/tre/lib/Makefile Sun Nov 06 10:55:27 2011 +0000
@@ -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 @@
WARNS= 4
.include <bsd.lib.mk>
+
+CFLAGS+= -Wno-stack-protector
Home |
Main Index |
Thread Index |
Old Index