The build files use %disabled, make sure to pass it to them
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
efc943be56
commit
58163021e2
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue