diff options
author | 2010-01-11 00:45:44 +0000 | |
---|---|---|
committer | 2010-01-11 00:45:44 +0000 | |
commit | 52557ac1ef854e585b084585ad45bb7286dfc438 (patch) | |
tree | 216127bdfe376685614860b2d835477006fe7676 /dev-libs/openssl/files | |
parent | Fixing missing documentation, bug #299472 (diff) | |
download | gentoo-2-52557ac1ef854e585b084585ad45bb7286dfc438.tar.gz gentoo-2-52557ac1ef854e585b084585ad45bb7286dfc438.tar.bz2 gentoo-2-52557ac1ef854e585b084585ad45bb7286dfc438.zip |
Link in gmp when USE=gmp #276557 by Justin Lecher.
Diffstat (limited to 'dev-libs/openssl/files')
-rw-r--r-- | dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch b/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch index e96e906558b7..a798164a9069 100644 --- a/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch +++ b/dev-libs/openssl/files/openssl-0.9.8e-bsd-sparc64.patch @@ -1,18 +1,19 @@ -diff -ur a/Configure b/Configure ---- a/Configure 2006-11-30 14:01:38 +0000 -+++ b/Configure 2007-10-01 11:18:33 +0100 +--- a/Configure ++++ b/Configure @@ -365,7 +365,7 @@ # -DMD32_REG_T=int doesn't actually belong in sparc64 target, it # simply *happens* to work around a compiler bug in gcc 3.3.3, # triggered by RIPEMD160 code. --"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::md5-sparcv9.o::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -+"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:ULTRASPARC::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::md5-sparcv9.o::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +-"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", ++"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:ULTRASPARC::SIXTY_FOUR_BIT_LONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:::des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "BSD-ia64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${ia64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "BSD-x86_64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -diff -ur a/crypto/des/Makefile b/crypto/des/Makefile ---- a/crypto/des/Makefile 2006-02-04 01:48:56 +0000 -+++ b/crypto/des/Makefile 2007-10-01 11:45:53 +0100 + +the -B flag is a no-op nowadays + +--- a/crypto/des/Makefile ++++ b/crypto/des/Makefile @@ -62,7 +62,7 @@ $(CC) $(CFLAGS) -o des des.o cbc3_enc.o $(LIB) |