4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-08 23:49:39 +00:00

Android config targets: don't include the SO version in the shlib file name

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 

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14727)
This commit is contained in:
Richard Levitte 2021-03-29 12:36:34 +02:00
parent 3bf7c3a166
commit 4f10a996e5

@ -191,6 +191,7 @@ my %targets = (
bin_cflags => "-fPIE",
bin_lflags => "-pie",
enable => [ ],
shared_extension => ".so",
},
"android-arm" => {
################################################################