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:
c21c783
)
Configure: make it work with Perl 5.10.
author
Andy Polyakov
<appro@openssl.org>
Mon, 9 May 2016 09:44:10 +0000
(11:44 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 10 May 2016 07:13:05 +0000
(09:13 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 52d4f934bcd34064b06197eae6c6ecf67ec02ca7..43a326a7c15b2bc71f811f22818aa67510f0df7d 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1036,7
+1036,7
@@
if ($disabled{"dynamic-engine"}) {
}
unless ($disabled{fuzz}) {
- push
$config{dirs
}, "fuzz";
+ push
@{$config{dirs}
}, "fuzz";
$config{cflags} .= "-fsanitize-coverage=edge,indirect-calls ";
}