projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d070b4a
)
configdata.pm: ensure $prefix is defined
author
Richard Levitte
<levitte@openssl.org>
Tue, 27 Feb 2018 20:01:59 +0000
(21:01 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 27 Feb 2018 20:17:57 +0000
(21:17 +0100)
Fixes #5471
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5472)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 3c40a0e25e16de41d7424a93fe3fb1597de91319..d78066b25bfbfd30031f956d06ee8d1991214a23 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-2444,6
+2444,7
@@
_____
my $prefix = '';
$prefix = $config{cross_compile_prefix}
if grep { $var eq $_ } @user_crossable;
+ $prefix //= '';
print ' ',$var,' ' x (16 - length $var),'= ',
(ref $config{$makevars{$var}} eq 'ARRAY'
? join(' ', @{$config{$makevars{$var}}})