projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bb8f7
)
Make mk1mf recognise the --classic flag
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 13:07:40 +0000
(14:07 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 13:07:40 +0000
(14:07 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 4fb3a539f675bc919c44bc44d07ab6e8b4602b3d..a68cb735bb453b6ec5530e6bda8366202820415e 100755
(executable)
--- 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,