]> git.ipfire.org Git - thirdparty/openssl.git/commit
build.info: add the Perl wrapper to build generator programs on Windows
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 14 Apr 2021 18:23:43 +0000 (20:23 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 29 Apr 2021 09:26:58 +0000 (11:26 +0200)
commitd9ce268151e5d3de4f15673aa8c0ae60b07eeadd
tree35d686bc052e3d66d8a6ea67a4c0a8dec78e9441
parent18da9fc31f050edaf65da162f01c7bea920a5aac
build.info: add the Perl wrapper to build generator programs on Windows

Pull request #14320 introduced the ability to use compiled programs
as generators in GENERATE rules of build.info files. Those generator
calls were wrapped by the Perl wrapper (wrap.pl) in the Unix makefile
template, but not on Windows.

This commit adds the missing wrapper for Windows, because for the
`fipsmodule.cnf` target it is essential that the `openssl fipsinstall`
command does not load any preinstalled openssl configuration file.

Fixes #13680

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13684)
Configurations/windows-makefile.tmpl