diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-14 21:31:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-14 22:43:35 +0200 |
commit | 2a675287afa853a255eaab77e76ef3a594fdd951 (patch) | |
tree | 16bd811822b9838296039308ab36dbe428042b67 /external | |
parent | 3791159628d26364c391330d9bfc67d081d291f9 (diff) |
openssl: drop SunStudio specific patch hunk
Besides, wtf is it using -fast by default so the binaries don't run on any
system other than the one that did the build?
Change-Id: I5adc26fb6370a5292721df3167afc5485c15cb0a
Diffstat (limited to 'external')
-rw-r--r-- | external/openssl/opensslsol.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/external/openssl/opensslsol.patch b/external/openssl/opensslsol.patch index ef70130aab9b..6122b67c930e 100644 --- a/external/openssl/opensslsol.patch +++ b/external/openssl/opensslsol.patch @@ -1,16 +1,3 @@ ---- misc/openssl-0.9.8v/Configure Mon Nov 9 15:14:26 2009 -+++ build/openssl-0.9.8v/Configure Fri Mar 26 16:01:32 2010 -@@ -228,8 +228,8 @@ - "solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", - - #### Solaris x86 with Sun C setups --"solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", --"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", -+"solaris-x86-cc","cc:-xarch=generic -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -+"solaris64-x86_64-cc","cc:-xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", - - #### SPARC Solaris with GNU C setups - "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", --- misc/openssl-0.9.8v/Makefile.shared Wed Sep 17 17:56:40 2008 +++ build/openssl-0.9.8v/Makefile.shared Fri Mar 26 16:04:41 2010 @@ -95,7 +95,7 @@ |