From 7ea01f521d08d6585a62c7cfd9358c0f191bd903 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 10 Sep 2021 10:45:01 +0200 Subject: [PATCH] linux-x86-clang target: Add -latomic Fixes #16572 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16578) --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 468698a366d..8414b34ed9a 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" ], -- 2.47.2