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


- Log -----------------------------------------------------------------
commit 37529928faa8456e85a9c5ad9255517da8dd0c61
Author: Richard Levitte <[email protected]>
Date:   Wed Feb 24 01:45:25 2016 +0100

    Solaris DSOs were still named libFOO.so, fixed
    
    Reviewed-by: Andy Polyakov <[email protected]>

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

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

Reply via email to