From: Richard Levitte Date: Wed, 24 Feb 2016 00:45:25 +0000 (+0100) Subject: Solaris DSOs were still named libFOO.so, fixed X-Git-Tag: OpenSSL_1_1_0-pre4~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37529928faa8456e85a9c5ad9255517da8dd0c61;p=thirdparty%2Fopenssl.git Solaris DSOs were still named libFOO.so, fixed Reviewed-by: Andy Polyakov --- diff --git a/Makefile.shared b/Makefile.shared index 5100b5d8b29..2e9f3f5954e 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=""; \