From e2a2673873e4364ea669439cbe58f478bc3a3b64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Jan 2020 15:38:48 +0300 Subject: Release version 1.1.1+9 Enable zlib usage Don't define default directory paths Fix 'sslv3 alert bad record mac' failure for some libcrypto function calls --- openssl/openssl/buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'openssl/openssl/buildfile') diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index f9e317a..8cc2107 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -16,6 +16,15 @@ exe{openssl}: apps/c{win32_init}: include = $windows # Build options. # +# Note that openssl doesn't use zlib directly. However, it uses functionality +# that libcrypto additionally provide when zlib is enabled. +# +# Also note that upstream also passes -DNDEBUG. Let's omit it for now to +# enable assertions to gain some extra confidence that we didn't break +# anything while packaging. +# +c.poptions += -DZLIB + # Note that the upstream package uses -pthread compiler/linker option on # Linux and FreeBSD. The option is currently unsupported by build2, so we use # -D_REENTRANT and -lpthread preprocessor/linker options instead. -- cgit v1.1