Use $config{build_file} instead of $target{build_file}#20173
Use $config{build_file} instead of $target{build_file}#20173levitte wants to merge 3 commits intoopenssl:masterfrom
Conversation
If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.
This is a bug. While fixing it, document it better too.
|
This should cherry-pick nicely to 3.1 and 3.0. 1.1.1 requires a |
|
#20174 is the corresponding change for 1.1.1. It's more or less the same, minus documentation (which is different, and interestingly enough more complete for this stuff) |
|
There is still a slight issue with this fix, the outputted files are still named as defined by |
|
I assume @t8m's approval still holds since it was a trivial fix up. |
ajkhoury
left a comment
There was a problem hiding this comment.
Need to update reference here as well: https://github.com/openssl/openssl/blob/master/configdata.pm.in#L94
Oh! Right you are |
|
Unfortunately, that means re-approvals are needed |
|
This pull request is ready to merge |
|
Merged to master, 3.1, and 3.0 branches. Thank you. |
If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.
This is a bug. While fixing it, document it better too.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #20173)
(cherry picked from commit aa2d7e0)
If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.
This is a bug. While fixing it, document it better too.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #20173)
If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.
This is a bug. While fixing it, document it better too.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #20173)
(cherry picked from commit aa2d7e0)
If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.
This is a bug. While fixing it, document it better too.