From: Roumen Petrov Date: Tue, 23 Feb 2016 19:34:16 +0000 (+0200) Subject: correct name of GNU shared libraries X-Git-Tag: OpenSSL_1_1_0-pre4~530 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cb7757ee7fde0ca19f64fd6f1886d4b41397b9c;p=oweals%2Fopenssl.git correct name of GNU shared libraries Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte --- diff --git a/Makefile.shared b/Makefile.shared index 313de4e02f..5100b5d8b2 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -171,7 +171,7 @@ DO_GNU_DSO=\ $(DO_GNU_SO_COMMON) DO_GNU_SO=\ $(CALC_VERSIONS); \ - SHLIB=lib$$SHLIB; \ + SHLIB=lib$(LIBNAME).so; \ ALLSYMSFLAGS='-Wl,--whole-archive'; \ NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ $(DO_GNU_SO_COMMON)