]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Android config targets: don't include the SO version in the shlib file name
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Mar 2021 10:36:34 +0000 (12:36 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Mar 2021 13:14:55 +0000 (15:14 +0200)
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)

Configurations/15-android.conf

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