[openssl] master update

tomas at openssl.org tomas at openssl.org
Mon Sep 13 07:36:18 UTC 2021


The branch master has been updated
       via  7ea01f521d08d6585a62c7cfd9358c0f191bd903 (commit)
      from  485d0790ac1a29a0d4e7391d804810d485890376 (commit)


- Log -----------------------------------------------------------------
commit 7ea01f521d08d6585a62c7cfd9358c0f191bd903
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)

-----------------------------------------------------------------------

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