提交 58163021 编写于 作者: R Richard Levitte

The build files use %disabled, make sure to pass it to them

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 efc943be
......@@ -1599,7 +1599,7 @@ use warnings;
use Exporter;
#use vars qw(\@ISA \@EXPORT);
our \@ISA = qw(Exporter);
our \@EXPORT = qw(\%config \%target %withargs %unified_info);
our \@EXPORT = qw(\%config \%target %disabled %withargs %unified_info);
EOF
print OUT "our %config = (\n";
......
......@@ -183,6 +183,7 @@ sub output_off {
$template->fill_in(OUTPUT => \*STDOUT,
HASH => { config => \%config,
target => \%target,
disabled => \%disabled,
withargs => \%withargs,
unified_info => \%unified_info,
autowarntext => \@autowarntext,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册