Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/cpl/tpm-tools -Wno-stack-protector



details:   https://anonhg.NetBSD.org/src/rev/74185c9c3af3
branches:  trunk
changeset: 816787:74185c9c3af3
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 25 06:20:26 2016 +0000

description:
-Wno-stack-protector

diffstat:

 crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile   |  1 +
 crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile |  1 +
 crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile  |  3 ++-
 crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile   |  4 +++-
 4 files changed, 7 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 8e5b570a34fb -r 74185c9c3af3 crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile
--- a/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile   Mon Jul 25 04:40:51 2016 +0000
+++ b/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile   Mon Jul 25 06:20:26 2016 +0000
@@ -1,1 +1,2 @@
 .include "../Makefile.prog"
+COPTS.tpm_sealdata.c+=-Wno-stack-protector
diff -r 8e5b570a34fb -r 74185c9c3af3 crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile
--- a/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile Mon Jul 25 04:40:51 2016 +0000
+++ b/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile Mon Jul 25 06:20:26 2016 +0000
@@ -1,1 +1,2 @@
 .include "../Makefile.prog"
+COPTS.tpm_unsealdata.c+=-Wno-stack-protector
diff -r 8e5b570a34fb -r 74185c9c3af3 crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile
--- a/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile  Mon Jul 25 04:40:51 2016 +0000
+++ b/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile  Mon Jul 25 06:20:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/11/04 19:45:58 christos Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/25 06:20:26 christos Exp $
 .include "../Makefile.inc"
 
 .PATH.c: ${DIST}/lib
@@ -11,5 +11,6 @@
 SHLIB_MINOR=0
 
 LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
+COPTS.tpm_unseal.c+=-Wno-stack-protector
 
 .include <bsd.lib.mk>
diff -r 8e5b570a34fb -r 74185c9c3af3 crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile
--- a/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile   Mon Jul 25 04:40:51 2016 +0000
+++ b/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile   Mon Jul 25 06:20:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/01/28 16:04:15 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/25 06:20:26 christos Exp $
 
 LIBISPRIVATE=yes
 
@@ -12,4 +12,6 @@
 tpm_tspi.c \
 tpm_utils.c    
 
+COPTS.tpm_utils.c+=-Wno-stack-protector
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index