summaryrefslogtreecommitdiff
path: root/openssl/openssl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-10-11 21:32:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-10-11 21:32:25 +0300
commit628ef8e06dfb02f1148587dcd3060c2f0413455c (patch)
tree9b95f903652075dbfba5b46f9dd81b419d578186 /openssl/openssl
parenta03ec0f5a8c56277673a8dea791e08d7282b9ed1 (diff)
Release version 1.1.1+18v1.1.1+18
Add support for arm64 architecture for Linux. Fix link order so that libraries are linked after all object files. Exclude wasm class from builds.
Diffstat (limited to 'openssl/openssl')
-rw-r--r--openssl/openssl/buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile
index 680c5a9..c137163 100644
--- a/openssl/openssl/buildfile
+++ b/openssl/openssl/buildfile
@@ -4,7 +4,7 @@
import libs = libssl%lib{ssl}
import libs += libcrypto%lib{crypto}
-exe{openssl}: {h c}{** -vms_* -apps/win32_init} $libs
+exe{openssl}: {h c}{** -vms_* -apps/win32_init}
tclass = $c.target.class
tsys = $c.target.system
@@ -12,6 +12,7 @@ tsys = $c.target.system
windows = ($tclass == 'windows')
exe{openssl}: apps/c{win32_init}: include = $windows
+exe{openssl}: $libs
# Build options.
#