From: Richard Levitte Date: Mon, 29 Mar 2021 10:36:34 +0000 (+0200) Subject: Android config targets: don't include the SO version in the shlib file name X-Git-Tag: openssl-3.0.0-alpha14~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f10a996e5123c20315912149f586c481960e0de;p=thirdparty%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/14727) --- diff --git a/Configurations/15-android.conf b/Configurations/15-android.conf index f3075e4b794..0b6b6d6832d 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" => { ################################################################