license: Microsoft Visual C++ 2015 Runtime Libraries
[LibreOffice.git] / external / openssl / openssllnx.patch
blob224df8f87b2ec96b7ee5e5f3cdce7c57073f6765
1 --- build/openssl-0.9.8v/Configure-old 2010-04-17 13:51:42.000000000 +0200
2 +++ build/openssl-0.9.8v/Configure 2010-04-17 13:52:03.000000000 +0200
3 @@ -388,6 +388,9 @@
5 "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)",
7 +"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)",
8 +"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)",
10 "nextstep", "cc:-O -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
11 "nextstep3.3", "cc:-O3 -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
13 --- build/openssl-0.9.8v/Makefile.org 2010-01-27 17:06:36.000000000 +0100
14 +++ build/openssl-0.9.8v/Makefile.org 2010-09-20 09:24:00.000000000 +0100
15 @@ -206,7 +206,7 @@
16 # same language for uniform treatment.
17 BUILDENV= LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
18 CC='$(CC)' CFLAG='$(CFLAG)' \
19 - AS='$(CC)' ASFLAG='$(CFLAG) -c' \
20 + AS='$(CC)' ASFLAG='$(CFLAG) -c -Wa,--noexecstack' \
21 AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)' \
22 RC='$(RC)' \
23 CROSS_COMPILE='$(CROSS_COMPILE)' \