From ac98d3860206bd31fd484baf163398bfb41e8595 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 23 Apr 2018 15:37:03 +0100 Subject: [PATCH] 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) --- Configurations/15-android.conf | 1 + 1 file changed, 1 insertion(+) 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" => { ################################################################ -- 2.25.1