Module Name: src
Committed By: tron
Date: Sun Jul 21 15:29:04 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: Makefile
Log Message:
Fix build with stack-protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libexecinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libexecinfo/Makefile
diff -u src/tests/lib/libexecinfo/Makefile:1.3 src/tests/lib/libexecinfo/Makefile:1.4
--- src/tests/lib/libexecinfo/Makefile:1.3 Thu Jul 4 23:53:13 2013
+++ src/tests/lib/libexecinfo/Makefile Sun Jul 21 15:29:04 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/07/04 23:53:13 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/21 15:29:04 tron Exp $
.include <bsd.own.mk>
@@ -9,4 +9,6 @@ TESTS_C+= t_backtrace
LDADD+= -lexecinfo -lelf
DPADD+= ${LIBEXECINFO} ${LIBELF}
+COPTS.t_backtrace.c= -Wno-stack-protector
+
.include <bsd.test.mk>