Reports say that the Android platform(s) don't have the SO version
number in the shared library file name. Reportedly, Android package
managers do complain that our shared libraries do include the SO
version number. That's easy enough to fix.
Fixes #14711
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14727)
bin_cflags => "-fPIE",
bin_lflags => "-pie",
enable => [ ],
+ shared_extension => ".so",
},
"android-arm" => {
################################################################