Solaris DSOs were still named libFOO.so, fixed
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
28a55a873d
commit
37529928fa
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ link_dso.solaris:
|
|||
$(DO_GNU_DSO); \
|
||||
else \
|
||||
$(CALC_VERSIONS); \
|
||||
SHLIB=lib$(LIBNAME).so; \
|
||||
SHLIB=$(LIBNAME).so; \
|
||||
SHLIB_SUFFIX=; \
|
||||
ALLSYMSFLAGS=""; \
|
||||
NOALLSYMSFLAGS=""; \
|
||||
|
|
Loading…
Reference in a new issue