summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-03-29 12:36:34 +0200
committerRichard Levitte <levitte@openssl.org>2021-03-30 15:14:55 +0200
commit4f10a996e5123c20315912149f586c481960e0de (patch)
tree06b3769457543ef5e63794ea665eeaa9bb7128e0 /Configurations
parent3bf7c3a166f20f3deac8d4730aa54bcce466c10a (diff)
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 #14711 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14727)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/15-android.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/15-android.conf b/Configurations/15-android.conf
index f3075e4b79..0b6b6d6832 100644
--- a/Configurations/15-android.conf
+++ b/Configurations/15-android.conf
@@ -191,6 +191,7 @@ my %targets = (
bin_cflags => "-fPIE",
bin_lflags => "-pie",
enable => [ ],
+ shared_extension => ".so",
},
"android-arm" => {
################################################################