Module Name:    src
Committed By:   martin
Date:           Tue Mar 17 19:39:15 UTC 2015

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: Makefile

Log Message:
Compile libcrypto with -O3


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    src/crypto/external/bsd/openssl/lib/libcrypto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.8 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.9
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.8	Thu Jan 16 01:15:32 2014
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile	Tue Mar 17 19:39:15 2015
@@ -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 @@ CRYPTODIST=	${NETBSDSRCDIR}/crypto
 
 .include "srcs.inc"
 
-
+CFLAGS+=-O3
 AFLAGS+=-DELF
 LIBDPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
 

Reply via email to