nixpkgs/pkgs/development/libraries/openssl
Alyssa Ross 71f1f4884b openssl: stop static binaries referencing libs
Previously, the "out" output of openssl would contain would contain a
couple of tiny libraries in etc/, and the big OpenSSL libraries in
lib/.  This bloated closures when building things against OpenSSL with
pkgsStatic.  To fix this, introduce a lib output, so only the config
files are left in out.

Additionally, we have to disable support for dynamic engines in static
builds to avoid a reference to the engines directory in $lib.  I don't
think it's likely that this would ever have worked anyway.
2022-03-03 17:10:52 +00:00
..
1.0.2
1.1
3.0
chacha.nix
default.nix openssl: stop static binaries referencing libs 2022-03-03 17:10:52 +00:00
use-etc-ssl-certs-darwin.patch
use-etc-ssl-certs.patch