[openssl] master update

Richard Levitte levitte at openssl.org
Tue Mar 30 13:15:24 UTC 2021


The branch master has been updated
       via  4f10a996e5123c20315912149f586c481960e0de (commit)
      from  3bf7c3a166f20f3deac8d4730aa54bcce466c10a (commit)


- Log -----------------------------------------------------------------
commit 4f10a996e5123c20315912149f586c481960e0de
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Mar 29 12:36:34 2021 +0200

    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 at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14727)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/15-android.conf | 1 +
 1 file changed, 1 insertion(+)

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" => {
         ################################################################


More information about the openssl-commits mailing list