The build files use %disabled, make sure to pass it to them
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -1599,7 +1599,7 @@ use warnings;
|
|||||||
use Exporter;
|
use Exporter;
|
||||||
#use vars qw(\@ISA \@EXPORT);
|
#use vars qw(\@ISA \@EXPORT);
|
||||||
our \@ISA = qw(Exporter);
|
our \@ISA = qw(Exporter);
|
||||||
our \@EXPORT = qw(\%config \%target %withargs %unified_info);
|
our \@EXPORT = qw(\%config \%target %disabled %withargs %unified_info);
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
print OUT "our %config = (\n";
|
print OUT "our %config = (\n";
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ sub output_off {
|
|||||||
$template->fill_in(OUTPUT => \*STDOUT,
|
$template->fill_in(OUTPUT => \*STDOUT,
|
||||||
HASH => { config => \%config,
|
HASH => { config => \%config,
|
||||||
target => \%target,
|
target => \%target,
|
||||||
|
disabled => \%disabled,
|
||||||
withargs => \%withargs,
|
withargs => \%withargs,
|
||||||
unified_info => \%unified_info,
|
unified_info => \%unified_info,
|
||||||
autowarntext => \@autowarntext,
|
autowarntext => \@autowarntext,
|
||||||
|
|||||||
Reference in New Issue
Block a user