[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Feb 23 21:02:48 UTC 2016


The branch master has been updated
       via  1cb7757ee7fde0ca19f64fd6f1886d4b41397b9c (commit)
      from  50e34aaba390926e9d3bc9ffa4b7e3bab394db21 (commit)


- Log -----------------------------------------------------------------
commit 1cb7757ee7fde0ca19f64fd6f1886d4b41397b9c
Author: Roumen Petrov <openssl at roumenpetrov.info>
Date:   Tue Feb 23 21:34:16 2016 +0200

    correct name of GNU shared libraries
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 Makefile.shared | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.shared b/Makefile.shared
index 313de4e..5100b5d 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -171,7 +171,7 @@ DO_GNU_DSO=\
 	$(DO_GNU_SO_COMMON)
 DO_GNU_SO=\
 	$(CALC_VERSIONS); \
-	SHLIB=lib$$SHLIB; \
+	SHLIB=lib$(LIBNAME).so; \
 	ALLSYMSFLAGS='-Wl,--whole-archive'; \
 	NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
 	$(DO_GNU_SO_COMMON)


More information about the openssl-commits mailing list