openssl/Configurations/platform
Todd C. Miller b83c0a900f Fix AIX build when no-shared is passed to Configure.
AIX shared libs are also .a files so the AIX platform staticname()
appends a '_a' to the name to avoid a collision.  However, this
must not be done when no-shared is passed to Configure or the
binaries that link with -lcrypto and -lssl be unable to link as
those libraries won't exist without the '_a' suffix.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18006)
2022-04-05 09:44:38 +02:00
..
Windows Link with .def files 2021-04-19 11:05:55 +02:00
AIX.pm Fix AIX build when no-shared is passed to Configure. 2022-04-05 09:44:38 +02:00
BASE.pm Build files: Make it possible to source libraries into other libraries 2019-10-10 14:12:15 +02:00
Cygwin.pm Rework building: Unix changes to handle extensions and product names 2019-01-21 19:31:32 +01:00
mingw.pm Configuration: rework how dependency making is handled 2021-04-28 21:35:26 +02:00
Unix.pm Configurations/platform/Unix.pm: account for variants in sharedlib_simple() 2021-09-18 08:12:28 +02:00
VMS.pm Fix The VMS variant of platform->staticname() 2021-05-19 12:31:17 +02:00
Windows.pm Configuration: Fix incorrect $unified_info{attributes} references 2021-06-16 14:47:39 +01:00