summaryrefslogtreecommitdiff
path: root/libssl/libssl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-01-21 15:38:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-21 15:38:48 +0300
commite2a2673873e4364ea669439cbe58f478bc3a3b64 (patch)
tree767f55381df9c6907a026b9160c31d6a71ca5209 /libssl/libssl/buildfile
parent27af3fd089cbd21e546ed4a71fcdb796e121d423 (diff)
Release version 1.1.1+9v1.1.1+9
Enable zlib usage Don't define default directory paths Fix 'sslv3 alert bad record mac' failure for some libcrypto function calls
Diffstat (limited to 'libssl/libssl/buildfile')
-rw-r--r--libssl/libssl/buildfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libssl/libssl/buildfile b/libssl/libssl/buildfile
index 6b41c17..7be45fe 100644
--- a/libssl/libssl/buildfile
+++ b/libssl/libssl/buildfile
@@ -11,6 +11,15 @@ tsys = $c.target.system
# Build options.
#
+# Note that libssl doesn't use zlib directly. However, it may use
+# functionality that libcrypto additionally provides 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
+
# Drop -DOPENSSL_PIC, -D{L|B}_ENDIAN, -DOPENSSLDIR and -DENGINESDIR as they
# are not used in the libssl source code nor in the libcrypto public headers.
#