python/cmd2: update to 2.5.6
[oi-userland.git] / components / perl / Net-SSLeay / patches / 01-lib-64.patch
blobe05c7c9c4c0e98d49ae1c18b3b301bfa07db315d
1 https://github.com/radiator-software/p5-net-ssleay/pull/489
3 --- Net-SSLeay-1.94/Makefile.PL.orig
4 +++ Net-SSLeay-1.94/Makefile.PL
5 @@ -244,7 +244,7 @@
6 # phase fails.
7 my @try_lib_paths = (
8 ["$prefix/lib64", "$prefix/lib", "$prefix/out32dll", $prefix] => sub {$OSNAME eq 'darwin' },
9 - [$prefix, "$prefix/lib64", "$prefix/lib", "$prefix/out32dll"] => sub { 1 },
10 + [$prefix, "$prefix/lib64", "$prefix/lib/64", "$prefix/lib", "$prefix/out32dll"] => sub { 1 },
13 while (