[openssl] master update
Richard Levitte
levitte at openssl.org
Sat Jun 1 09:33:07 UTC 2019
The branch master has been updated
via aad07a2f26b15509598f9941b72270ea4f3f7cdd (commit)
from ff62cad6dd36a4c34df4c2c5579d048e107f8e8f (commit)
- Log -----------------------------------------------------------------
commit aad07a2f26b15509598f9941b72270ea4f3f7cdd
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Jun 1 07:07:48 2019 +0200
Windows: Add missing quotes in build file
All invokations of $(PERL) need to be quoted, in case it contains
spaces. That was forgotten in one spot.
Fixes #9060
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9062)
-----------------------------------------------------------------------
Summary of changes:
Configurations/windows-makefile.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index de59794..a07e142 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -539,7 +539,7 @@ reconfigure reconf:
$args{generator}->[1] || platform->dsoname($args{product});
return <<"EOF";
$target: $args{generator}->[0] $deps $mkdef
- \$(PERL) $mkdef$ord_ver --ordinals $args{generator}->[0] --name $ord_name --OS windows > $target
+ "\$(PERL)" $mkdef$ord_ver --ordinals $args{generator}->[0] --name $ord_name --OS windows > $target
EOF
} elsif (!platform->isasm($args{src})) {
my $target = $args{src};
More information about the openssl-commits
mailing list