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/arch/i386 make sur...



details:   https://anonhg.NetBSD.org/src/rev/2966626d3ce5
branches:  trunk
changeset: 780542:2966626d3ce5
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 28 19:21:57 2012 +0000

description:
make sure that the PLT change is not lost

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2af0f9c408ec -r 2966626d3ce5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile      Sat Jul 28 19:08:22 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile      Sat Jul 28 19:21:57 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2012/07/27 19:34:13 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2012/07/28 19:21:57 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -11,5 +11,6 @@
                perl -I${OPENSSLSRC}/crypto/perlasm \
                -I${OPENSSLSRC}/crypto/bn/asm $$i elf -fPIC \
                | sed -e 's,^\.file.*$$,#include <machine/asm.h>,' \
+                       -e 's/OPENSSL_cpuid_setup/OPENSSL_cpuid_setup@PLT/' \
                > $$(basename $$i .pl).S; \
        done



Home | Main Index | Thread Index | Old Index