]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
linux-x86-clang target: Add -latomic
authorTomas Mraz <tomas@openssl.org>
Fri, 10 Sep 2021 08:45:01 +0000 (10:45 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 13 Sep 2021 07:35:20 +0000 (09:35 +0200)
Fixes #16572

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16578)

Configurations/10-main.conf

index 468698a366d30b7fe33a7acbfbb5a92a999fa4b3..8414b34ed9af7d49b0a3bcf8a8b3de7e82f9a0db 100644 (file)
@@ -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" ],