Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Compile libcrypto ...
details: https://anonhg.NetBSD.org/src/rev/fae1ff8f1fa5
branches: trunk
changeset: 336759:fae1ff8f1fa5
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 17 19:39:15 2015 +0000
description:
Compile libcrypto with -O3
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 66db4d5f64d7 -r fae1ff8f1fa5 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile Tue Mar 17 17:20:55 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile Tue Mar 17 19:39:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/01/16 01:15:32 christos Exp $
+# $NetBSD: Makefile,v 1.9 2015/03/17 19:39:15 martin Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -38,7 +38,7 @@
.include "srcs.inc"
-
+CFLAGS+=-O3
AFLAGS+=-DELF
LIBDPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
Home |
Main Index |
Thread Index |
Old Index