-Wno-stack-protector
This commit is contained in:
parent
2b151ae574
commit
fe3d7b70d6
|
@ -1 +1,2 @@
|
|||
.include "../Makefile.prog"
|
||||
COPTS.tpm_sealdata.c+=-Wno-stack-protector
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
.include "../Makefile.prog"
|
||||
COPTS.tpm_unsealdata.c+=-Wno-stack-protector
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue