summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-20 10:53:39 +0200
committersb <sb@openoffice.org>2010-09-20 10:53:39 +0200
commit8c251549a33f1ee44205296855016502c81e1f89 (patch)
tree652f57e6ec800b554322c34b9eedd4e2a82139db /openssl
parentcb852ad28436ec21b2783fbcf3e85d05e303cf8a (diff)
sb126: #i110197# fixed merge conflict
Diffstat (limited to 'openssl')
-rw-r--r--openssl/openssllnx.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl/openssllnx.patch b/openssl/openssllnx.patch
index 7fc92f6972b3..449ebce2cae1 100644
--- a/openssl/openssllnx.patch
+++ b/openssl/openssllnx.patch
@@ -10,16 +10,16 @@
"nextstep", "cc:-O -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
"nextstep3.3", "cc:-O3 -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
---- misc/openssl-0.9.8l/Makefile.org 2009-03-03 23:40:29.000000000 +0100
-+++ misc/build/openssl-0.9.8l/Makefile.org 2010-06-21 11:11:03.787119295 +0200
-@@ -198,7 +198,7 @@
+--- misc/build/openssl-0.9.8o/Makefile.org 2010-01-27 17:06:36.000000000 +0100
++++ misc/build/openssl-0.9.8o/Makefile.org 2010-09-20 09:24:00.000000000 +0100
+@@ -199,7 +199,7 @@
BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
CC='${CC}' CFLAG='${CFLAG}' \
- AS='${CC}' ASFLAG='${CFLAG} -c' \
+ AS='${CC}' ASFLAG='${CFLAG} -c -Wa,--noexecstack' \
AR='${AR}' PERL='${PERL}' RANLIB='${RANLIB}' \
- SDIRS='${SDIRS}' LIBRPATH='${INSTALLTOP}/lib' \
+ SDIRS='${SDIRS}' LIBRPATH='${INSTALLTOP}/$(LIBDIR)' \
INSTALL_PREFIX='${INSTALL_PREFIX}' \
--- misc/openssl-0.9.8o/config 2009-02-16 09:43:41.000000000 +0100
+++ misc/build/openssl-0.9.8o/config 2009-03-30 08:59:09.588448000 +0200