From: Richard Levitte Date: Wed, 16 Oct 2002 22:44:52 +0000 (+0000) Subject: Eh, -Wl,--whole-archive disappeared from the GNU targets. I've no X-Git-Tag: OpenSSL_0_9_7-beta4~109^2~8 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=871d0f5126928ea55a4b4b959c641e0ba588df49 Eh, -Wl,--whole-archive disappeared from the GNU targets. I've no idea why, but that was definitely wrong... --- diff --git a/Makefile.shared b/Makefile.shared index 3cdb52401b..e91804fcb0 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -114,6 +114,7 @@ DO_GNU=$(CALC_VERSIONS); \ SHLIB=lib$(LIBNAME).so \ SHLIB_SUFFIX= \ LIBDEPS="$(LIBDEPS) -lc" \ + ALLSYMSFLAGS='-Wl,--whole-archive' \ NOALLSYMSFLAGS='-Wl,--no-whole-archive' \ SHAREDFLAGS="-shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" \ SHAREDCMD='$(CC)'