From: Richard Levitte Date: Tue, 8 Mar 2016 13:07:40 +0000 (+0100) Subject: Make mk1mf recognise the --classic flag X-Git-Tag: OpenSSL_1_1_0-pre4~256 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f18ce934889a36db42b7988e8acca9ac4f23299f;p=oweals%2Fopenssl.git Make mk1mf recognise the --classic flag Reviewed-by: Matt Caswell --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 4fb3a539f6..a68cb735bb 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1416,6 +1416,7 @@ sub read_options "gcc" => \$gcc, "debug" => \$debug, "--debug" => \$debug, + "--classic" => 0, "profile" => \$profile, "shlib" => \$shlib, "dll" => \$shlib,