openssl/Configurations/platform
John Kohl b332dbb3ed AIX: Implement shared_target = "aix-solib" support
This builds shared libraries as libxxx.so, libxxx.so.ver and static
libraries as libxxx.a.  For shlib_variant builds, it builds libxxx.so,
libxxxvariant.so.ver, and libxxxx.a.  libxxx.so is a linker import
library that directs the linker to embed a run-time dependency
reference to libxxxvariant.so.ver.  Only libxxxvariant.so.ver is needed
at runtime.

Fixes #21518

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21540)
2024-02-05 10:10:25 +01:00
..
Windows
AIX.pm AIX: Implement shared_target = "aix-solib" support 2024-02-05 10:10:25 +01:00
BASE.pm Configurations/*.tmpl: overhaul assembler make rules. 2022-11-04 10:08:53 +01:00
Cygwin.pm
Unix.pm AIX: Implement shared_target = "aix-solib" support 2024-02-05 10:10:25 +01: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
mingw.pm Configuration: rework how dependency making is handled 2021-04-28 21:35:26 +02:00