From 37529928faa8456e85a9c5ad9255517da8dd0c61 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 24 Feb 2016 01:45:25 +0100 Subject: Solaris DSOs were still named libFOO.so, fixed Reviewed-by: Andy Polyakov --- Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.shared') diff --git a/Makefile.shared b/Makefile.shared index 5100b5d8b2..2e9f3f5954 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=""; \ -- cgit v1.2.3