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


- Log -----------------------------------------------------------------
commit 1cb7757ee7fde0ca19f64fd6f1886d4b41397b9c
Author: Roumen Petrov <[email protected]>
Date:   Tue Feb 23 21:34:16 2016 +0200

    correct name of GNU shared libraries
    
    Reviewed-by: Matt Caswell <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>

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

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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to