compile alloca using code -Wno-stack-protector
This commit is contained in:
parent
30ae5bcf37
commit
10891a6668
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.45 2005/12/31 00:14:35 christos Exp $
|
# $NetBSD: Makefile,v 1.46 2006/11/09 20:45:01 christos Exp $
|
||||||
|
|
||||||
# RCSid:
|
# RCSid:
|
||||||
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
||||||
@ -118,6 +118,8 @@ SRCS+=fips.c fips_err_wrapper.c
|
|||||||
SRCS+=rc5_skey.c i_skey.c mdc2dgst.c
|
SRCS+=rc5_skey.c i_skey.c mdc2dgst.c
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
COPTS.eng_padlock.c = -Wno-stack-protector
|
||||||
|
|
||||||
INCSDIR=/usr/include/openssl
|
INCSDIR=/usr/include/openssl
|
||||||
|
|
||||||
# this rebuilds the `srcs.inc' and the .inc files it reads.
|
# this rebuilds the `srcs.inc' and the .inc files it reads.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.8 2006/09/28 21:24:33 christos Exp $
|
# $NetBSD: Makefile,v 1.9 2006/11/09 20:45:01 christos Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -14,6 +14,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \
|
|||||||
monitor_fdpass.c uidswap.c
|
monitor_fdpass.c uidswap.c
|
||||||
SRCS+= random.c
|
SRCS+= random.c
|
||||||
SRCS+= readpassphrase.c getpeereid.c getrrsetbyname.c
|
SRCS+= readpassphrase.c getpeereid.c getrrsetbyname.c
|
||||||
|
COPTS.monitor_fdpass.c = -Wno-stack-protector
|
||||||
|
|
||||||
WARNS= 1
|
WARNS= 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user