diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2022-03-02 19:57:24 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-03-09 18:03:23 +0100 |
commit | b420e249370c4a85c4edd65fb445d20f9c19c44d (patch) | |
tree | cfc83ac04a49805055d8ce193775eeee390ace0e /Configurations/15-android.conf | |
parent | Add external testing with oqsprovider (diff) | |
download | openssl-b420e249370c4a85c4edd65fb445d20f9c19c44d.tar.xz openssl-b420e249370c4a85c4edd65fb445d20f9c19c44d.zip |
android-x86 target: Add -latomic
Fixes https://github.com/openssl/openssl/issues/14083 again after being
broken by https://github.com/openssl/openssl/pull/15640.
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17833)
Diffstat (limited to 'Configurations/15-android.conf')
-rw-r--r-- | Configurations/15-android.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/15-android.conf b/Configurations/15-android.conf index 0b6b6d6832..41ad9223e0 100644 --- a/Configurations/15-android.conf +++ b/Configurations/15-android.conf @@ -261,6 +261,7 @@ my %targets = ( bn_ops => add("RC4_INT"), asm_arch => 'x86', perlasm_scheme => "android", + ex_libs => add(threads("-latomic")), }, "android-x86_64" => { inherit_from => [ "android" ], |