commit | 58163021e29530e99aea85eafe8653907bff03a8 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Feb 22 19:17:06 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Feb 22 19:26:49 2016 +0100 |
tree | fc3f9b818b01446e456d87bd0302683cff1d71eb | |
parent | efc943be56df26ceac2504d57c4ecbe2bb113c97 [diff] [blame] |
The build files use %disabled, make sure to pass it to them Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/Configure b/Configure index 04ed030..63d3e03 100755 --- a/Configure +++ b/Configure
@@ -1599,7 +1599,7 @@ 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";