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
AIX.pm Fix AIX build when no-shared is passed to Configure. 2022-04-05 09:44:38 +02:00
BASE.pm
Cygwin.pm
mingw.pm
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