]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add $(PERL) to util/wrap.pl execution to avoid env incompatibilities
authorRandall S. Becker <rsbecker@nexbridge.com>
Thu, 18 Mar 2021 22:45:28 +0000 (16:45 -0600)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Mar 2021 08:05:33 +0000 (10:05 +0200)
commit92a979b4034cd6c1da9cc71736929eb4161359d2
tree563ef1ba8c261985c0b7aa250d73d3cc9a4ce0ce
parent09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4
Add $(PERL) to util/wrap.pl execution to avoid env incompatibilities

Using /usr/bin/env on the NonStop ia64 and x86 platforms
causes a translation of - to -i as part of the implicit interpretation
by env of its arguments prior to handing off the arguments to perl.
This causes the FIPS module configuration to be written to a file
named -i instead of going to stdout.

CLA: Trivial

Fixes: #14612
Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14613)
Configurations/unix-Makefile.tmpl