From 7e1cc5bc220dd62db99c4e324703bf4d5597f382 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 6 Aug 2013 19:05:57 +0000 Subject: Switch vax to gcc 3.3.6. --- src/usr.sbin/openssl/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index b7bdf0e1f9..4e0b688e1f 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2013/07/22 14:40:45 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2013/08/06 19:05:57 miod Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -13,6 +13,10 @@ CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} +.if ${MACHINE} == "vax" +LDFLAGS+=-Wl,--no-keep-memory +.endif + SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ pkcs7.c crl2p7.c crl.c ca.c \ rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \ -- cgit v1.2.3-55-g6feb