From: Matt Caswell Date: Mon, 23 Apr 2018 14:37:03 +0000 (+0100) Subject: Don't build AFALG on android X-Git-Tag: OpenSSL_1_1_1-pre6~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac98d3860206bd31fd484baf163398bfb41e8595;p=oweals%2Fopenssl.git 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/6057) --- 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" => { ################################################################