[openssl] openssl-3.0 update
tomas at openssl.org
tomas at openssl.org
Mon Sep 13 07:36:51 UTC 2021
The branch openssl-3.0 has been updated
via fc455e5838fd4520c75473342df6e1867367c913 (commit)
from c24758277800ef8fe1f294bcc84da02ca5367129 (commit)
- Log -----------------------------------------------------------------
commit fc455e5838fd4520c75473342df6e1867367c913
Author: Tomas Mraz <tomas at openssl.org>
Date: Fri Sep 10 10:45:01 2021 +0200
linux-x86-clang target: Add -latomic
Fixes #16572
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16578)
(cherry picked from commit 7ea01f521d08d6585a62c7cfd9358c0f191bd903)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 468698a366..8414b34ed9 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -857,6 +857,7 @@ my %targets = (
inherit_from => [ "linux-x86" ],
CC => "clang",
CXX => "clang++",
+ ex_libs => add(threads("-latomic")),
},
"linux-x86_64" => {
inherit_from => [ "linux-generic64" ],
More information about the openssl-commits
mailing list