Module Name: src
Committed By: christos
Date: Sat Jul 28 19:21:58 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: Makefile
Log Message:
make sure that the PLT change is not lost
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/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/arch/i386/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.4 src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.5
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.4 Fri Jul 27 15:34:13 2012
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile Sat Jul 28 15:21:57 2012
@@ -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 @@ regen:
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