[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Feb 25 13:50:54 UTC 2016


The branch master has been updated
       via  37529928faa8456e85a9c5ad9255517da8dd0c61 (commit)
      from  28a55a873d5a689912fb1c8cc5fdd2743fdbcdb8 (commit)


- Log -----------------------------------------------------------------
commit 37529928faa8456e85a9c5ad9255517da8dd0c61
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Feb 24 01:45:25 2016 +0100

    Solaris DSOs were still named libFOO.so, fixed
    
    Reviewed-by: Andy Polyakov <appro 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 5100b5d..2e9f3f5 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -360,7 +360,7 @@ link_dso.solaris:
 		$(DO_GNU_DSO); \
 	else \
 		$(CALC_VERSIONS); \
-		SHLIB=lib$(LIBNAME).so; \
+		SHLIB=$(LIBNAME).so; \
 		SHLIB_SUFFIX=; \
 		ALLSYMSFLAGS=""; \
 		NOALLSYMSFLAGS=""; \


More information about the openssl-commits mailing list