From: Richard Levitte Date: Mon, 22 Feb 2016 18:17:06 +0000 (+0100) Subject: The build files use %disabled, make sure to pass it to them X-Git-Tag: OpenSSL_1_1_0-pre4~543 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=58163021e29530e99aea85eafe8653907bff03a8 The build files use %disabled, make sure to pass it to them Reviewed-by: Rich Salz --- diff --git a/Configure b/Configure index 04ed030d65..63d3e03211 100755 --- a/Configure +++ b/Configure @@ -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"; diff --git a/util/dofile.pl b/util/dofile.pl index 78b8dfed9d..983778f170 100644 --- a/util/dofile.pl +++ b/util/dofile.pl @@ -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,