xref: /AOO41X/main/openssl/openssllnx.patch (revision 6b2f4827a2a5dce319af6a949c8caddbb7b82d0c)
1*6b2f4827SDon Lewisdiff -ur misc/openssl-1.0.2p/Configure misc/build/openssl-1.0.2p/Configure
2*6b2f4827SDon Lewis--- misc/openssl-1.0.2p/Configure   2018-08-14 05:49:04.000000000 -0700
3*6b2f4827SDon Lewis+++ misc/build/openssl-1.0.2p/Configure 2018-08-26 13:35:54.485021000 -0700
4*6b2f4827SDon Lewis@@ -493,6 +493,9 @@
5cdf0e10cSrcweir
6cdf0e10cSrcweir "bsdi-elf-gcc",     "gcc:-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall::(unknown)::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
7cdf0e10cSrcweir
8cdf0e10cSrcweir+"debian-kfreebsd-amd64","gcc:-m64 -DL_ENDIAN -DTERMIOS -O3 -Wa,--noexecstack -Wall -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
9cdf0e10cSrcweir+"debian-kfreebsd-i386","gcc:-DL_ENDIAN -DTERMIOS -O3 -Wa,--noexecstack -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
10cdf0e10cSrcweir+
11cdf0e10cSrcweir "nextstep",    "cc:-O -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
12cdf0e10cSrcweir "nextstep3.3", "cc:-O3 -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
13cdf0e10cSrcweir
14*6b2f4827SDon Lewisdiff -ur misc/openssl-1.0.2p/Makefile.org misc/build/openssl-1.0.2p/Makefile.org
15*6b2f4827SDon Lewis--- misc/openssl-1.0.2p/Makefile.org    2018-08-14 05:48:56.000000000 -0700
16*6b2f4827SDon Lewis+++ misc/build/openssl-1.0.2p/Makefile.org  2018-08-26 13:35:54.485813000 -0700
17*6b2f4827SDon Lewis@@ -208,7 +208,7 @@
188d4c92f7Struckman # same language for uniform treatment.
198d4c92f7Struckman BUILDENV=  LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
208d4c92f7Struckman        CC='$(CC)' CFLAG='$(CFLAG)'             \
218d4c92f7Struckman-       AS='$(CC)' ASFLAG='$(CFLAG) -c'         \
228d4c92f7Struckman+       AS='$(CC)' ASFLAG='$(CFLAG) -c -Wa,--noexecstack'   \
238d4c92f7Struckman        AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)'    \
24*6b2f4827SDon Lewis        RC='$(RC)'                          \
258d4c92f7Struckman        CROSS_COMPILE='$(CROSS_COMPILE)'    \
26