提交 9e04edf2 编写于 作者: R Richard Levitte

Expose %disables to the perl fragments in build.info files.

This way, we can use them as conditions instead of relying to more or
less obscure aliases in %config or variables directly in Configure.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 d784bcff
...@@ -334,7 +334,7 @@ my @deprecated_disablables = ( ...@@ -334,7 +334,7 @@ my @deprecated_disablables = (
# All of the following is disabled by default (RC5 was enabled before 0.9.8): # All of the following is disabled by default (RC5 was enabled before 0.9.8):
my %disabled = ( # "what" => "comment" our %disabled = ( # "what" => "comment"
"ec_nistp_64_gcc_128" => "default", "ec_nistp_64_gcc_128" => "default",
"egd" => "default", "egd" => "default",
"md2" => "default", "md2" => "default",
...@@ -1301,6 +1301,7 @@ if ($builder eq "unified") { ...@@ -1301,6 +1301,7 @@ if ($builder eq "unified") {
split /^/m, split /^/m,
$template->fill_in(HASH => { config => \%config, $template->fill_in(HASH => { config => \%config,
target => \%target, target => \%target,
disabled => \%disabled,
builddir => abs2rel($buildd, $blddir), builddir => abs2rel($buildd, $blddir),
sourcedir => abs2rel($sourced, $blddir), sourcedir => abs2rel($sourced, $blddir),
buildtop => abs2rel($blddir, $blddir), buildtop => abs2rel($blddir, $blddir),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册