Module Name:    src
Committed By:   martin
Date:           Sun Mar 22 20:29:04 UTC 2015

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

Log Message:
Back -O3 optimization out for now - it did not fix the performance
differences to pkgsrc we see, but causes runtime fallout on e.g. sparc64
(just running "openssl" crashes with a SEGFAULT).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    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.9 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.10
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.9	Tue Mar 17 19:39:15 2015
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile	Sun Mar 22 20:29:04 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2015/03/17 19:39:15 martin Exp $
+#	$NetBSD: Makefile,v 1.10 2015/03/22 20:29:04 martin Exp $
 
 # RCSid:
 #	Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -38,7 +38,6 @@ CRYPTODIST=	${NETBSDSRCDIR}/crypto
 
 .include "srcs.inc"
 
-CFLAGS+=-O3
 AFLAGS+=-DELF
 LIBDPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
 

Reply via email to