-Wno-stack-protector

This commit is contained in:
christos 2016-07-25 06:20:26 +00:00
parent 2b151ae574
commit fe3d7b70d6
4 changed files with 7 additions and 2 deletions

View File

@ -1 +1,2 @@
.include "../Makefile.prog"
COPTS.tpm_sealdata.c+=-Wno-stack-protector

View File

@ -1 +1,2 @@
.include "../Makefile.prog"
COPTS.tpm_unsealdata.c+=-Wno-stack-protector

View File

@ -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_MAJOR=1
SHLIB_MINOR=0
LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
COPTS.tpm_unseal.c+=-Wno-stack-protector
.include <bsd.lib.mk>

View File

@ -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_log.c \
tpm_tspi.c \
tpm_utils.c
COPTS.tpm_utils.c+=-Wno-stack-protector
.include <bsd.lib.mk>