mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-20 21:39:41 +00:00
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)
This commit is contained in:
parent
7500bc337a
commit
ac98d38602
@ -132,6 +132,7 @@ my %targets = (
|
|||||||
cxxflags => add(sub { android_ndk()->{cflags} }),
|
cxxflags => add(sub { android_ndk()->{cflags} }),
|
||||||
bn_ops => sub { android_ndk()->{bn_ops} },
|
bn_ops => sub { android_ndk()->{bn_ops} },
|
||||||
bin_cflags => "-pie",
|
bin_cflags => "-pie",
|
||||||
|
enable => [ ],
|
||||||
},
|
},
|
||||||
"android-arm" => {
|
"android-arm" => {
|
||||||
################################################################
|
################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user