summaryrefslogtreecommitdiffstats
path: root/util/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-06-16 10:32:43 +0200
committerRichard Levitte <levitte@openssl.org>2021-06-18 09:08:16 +0200
commit0eed845ce2d76a1f2d8882cb32e1d36c30236d5e (patch)
tree5a15eaa71eb973fabbd43b57f3576aa2e1bc7ad2 /util/build.info
parent1abcd1e858ea4b1e924bdd8141d55b889cc2fbc2 (diff)
Make util/wrap.pl work better on VMS
Perl's system() on VMS needs to have the command line properly fixed up, even with arguments passed in list form. We arrange that by having util/wrap.pl use the same command line fixups as OpenSSL::Test. As a consequence, util/wrap.pl needs to be generated, to easily pick up data from configdata.pm. This also removes yet another file copying hack from the build file templates. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15791)
Diffstat (limited to 'util/build.info')
-rw-r--r--util/build.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/build.info b/util/build.info
index 65e17a9b87..80120fdae1 100644
--- a/util/build.info
+++ b/util/build.info
@@ -6,3 +6,6 @@ ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
SCRIPTS{noinst}=shlib_wrap.sh
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
ENDIF
+SCRIPTS{noinst}=wrap.pl
+SOURCE[wrap.pl]=wrap.pl.in
+DEPEND[wrap.pl]=../configdata.pm