summaryrefslogtreecommitdiff
path: root/openssl/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r--openssl/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index f29b567b857d..226e86cf2711 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -50,6 +50,7 @@ OPENSSL_NAME=openssl-0.9.8o
TARFILE_NAME=$(OPENSSL_NAME)
TARFILE_MD5=63ddc5116488985e820075e65fbe6aa4
+PATCH_FILES=openssl-asm-fix.patch
CONFIGURE_DIR=.
CONFIGURE_ACTION=config
@@ -83,7 +84,7 @@ OUT2INC += include/openssl/*
UNAME=$(shell uname)
.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD" || "$(OS)" == "ANDROID"
- PATCH_FILES=openssllnx.patch
+ PATCH_FILES+=openssllnx.patch
ADDITIONAL_FILES:= \
libcrypto_OOo_0_9_8o.map \
libssl_OOo_0_9_8o.map
@@ -107,7 +108,7 @@ UNAME=$(shell uname)
.ENDIF
.IF "$(OS)" == "SOLARIS"
- PATCH_FILES=opensslsol.patch
+ PATCH_FILES+=opensslsol.patch
ADDITIONAL_FILES:= \
libcrypto_OOo_0_9_8o.map \
libssl_OOo_0_9_8o.map
@@ -129,7 +130,7 @@ UNAME=$(shell uname)
.ENDIF
.IF "$(OS)" == "IOS"
- PATCH_FILES=opensslios.patch
+ PATCH_FILES+=opensslios.patch
CONFIGURE_ACTION=Configure ios-armv7
CONFIGURE_FLAGS=no-shared no-idea
.ENDIF
@@ -137,7 +138,7 @@ UNAME=$(shell uname)
.IF "$(OS)" == "WNT"
.IF "$(COM)"=="GCC"
-PATCH_FILES=opensslmingw.patch
+PATCH_FILES+=opensslmingw.patch
CONFIGURE_ACTION=$(PERL) Configure
CONFIGURE_FLAGS=mingw shared
INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a
@@ -149,7 +150,7 @@ OUT2BIN = ssleay32.dll
OUT2BIN += libeay32.dll
.ELSE
- PATCH_FILES=openssl.patch
+ PATCH_FILES+=openssl.patch
.IF "$(MAKETARGETS)" == ""
# The env. vars CC and PERL are used by nmake, and nmake insists on '\'s
# If WRAPCMD is set it is prepended before the compiler, don't touch that.
a29401f298e8ef9ab58ad337'>loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06coverity#1338249 Uncaught exceptionCaolán McNamara 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken 2015-09-16boost->stdCaolán McNamara 2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-27Clean up emptyStringStephan Bergmann 2015-08-27Clean up sEmptyStephan Bergmann 2015-08-03inline some use-once typedefsNoel Grandin 2015-07-28inline "old" SbERR constantsNoel Grandin