diff options
author | Andy Polyakov <appro@openssl.org> | 2016-05-09 11:44:10 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-05-10 09:13:05 +0200 |
commit | c145d19771d7197cda69c38ab74e7d269322b34d (patch) | |
tree | 4fa50f387a120b8b843c7e9219da0c6ac45028d0 /Configure | |
parent | IRIX fixes. (diff) | |
download | openssl-c145d19771d7197cda69c38ab74e7d269322b34d.tar.xz openssl-c145d19771d7197cda69c38ab74e7d269322b34d.zip |
Configure: make it work with Perl 5.10.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "; } |