[openssl-commits] [openssl] master update

Viktor Dukhovni viktor at openssl.org
Mon Dec 14 03:43:48 UTC 2015


The branch master has been updated
       via  b311b74d78ebaa6e72d4fa3cfc92d33d926e7a27 (commit)
      from  3903e1c3347e0a5e743f0352ab1be5c8183eac34 (commit)


- Log -----------------------------------------------------------------
commit b311b74d78ebaa6e72d4fa3cfc92d33d926e7a27
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date:   Sun Dec 13 20:30:16 2015 -0500

    Fix erroneous SO suffix in darwin64-debug-test-64-clang target
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 Configurations/90-team.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 1a567d1..57c28cf 100644
--- a/Configurations/90-team.conf
+++ b/Configurations/90-team.conf
@@ -118,6 +118,6 @@
         shared_target    => "darwin-shared",
         shared_cflag     => "-fPIC -fno-common",
         shared_ldflag    => "-arch x86_64 -dynamiclib",
-        shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
+        shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
     },
 );


More information about the openssl-commits mailing list