compile alloca using code -Wno-stack-protector

This commit is contained in:
christos 2006-11-09 20:45:01 +00:00
parent 30ae5bcf37
commit 10891a6668
2 changed files with 5 additions and 2 deletions

View File

@ -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:
# 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
.endif
COPTS.eng_padlock.c = -Wno-stack-protector
INCSDIR=/usr/include/openssl
# this rebuilds the `srcs.inc' and the .inc files it reads.

View File

@ -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>
@ -14,6 +14,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \
monitor_fdpass.c uidswap.c
SRCS+= random.c
SRCS+= readpassphrase.c getpeereid.c getrrsetbyname.c
COPTS.monitor_fdpass.c = -Wno-stack-protector
WARNS= 1