diff options
author | Matt Caswell <matt@openssl.org> | 2018-04-23 16:37:03 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-04-24 10:51:56 +0200 |
commit | ac98d3860206bd31fd484baf163398bfb41e8595 (patch) | |
tree | 1379e87fedeb6bd7e6dc7aa0230e4965c9f4434c /Configurations/15-android.conf | |
parent | Allow TLSv1.3 EC certs to use compressed points (diff) | |
download | openssl-ac98d3860206bd31fd484baf163398bfb41e8595.tar.xz openssl-ac98d3860206bd31fd484baf163398bfb41e8595.zip |
Don't build AFALG on android
This didn't get built anyway for gcc because it was detected as a cross
compile. But it did get built for clang - even though this is still a cross
compile build. This disables it in all cases for Android.
Fixes #5748
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6057)
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 d117386d2d..9df4d9446e 100644 --- a/Configurations/15-android.conf +++ b/Configurations/15-android.conf @@ -132,6 +132,7 @@ my %targets = ( cxxflags => add(sub { android_ndk()->{cflags} }), bn_ops => sub { android_ndk()->{bn_ops} }, bin_cflags => "-pie", + enable => [ ], }, "android-arm" => { ################################################################ |