Skip Menu |

This queue is for tickets about the Net-SSH2 CPAN distribution.

Report information
The Basics
Id: 50290
Status: resolved
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: HMBRAND [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: [PATCH] does not find 64bit libs
--8<--- --- Net-SSH2-0.27/Makefile.PL 2009-06-15 22:57:02.000000000 +0200 +++ Net-SSH2-0.27-hJpjst/Makefile.PL 2009-10-02 08:53:51.000000000 +0200 @@ -17,14 +17,14 @@ perl_version '5.006000'; my @search_paths = ( $Config{siteprefixexp}, $Config{prefixexp}, - '/usr', '/usr/local', '/opt', + '/usr/local/ssl', '/usr', '/usr/local', '/opt', '/', $ENV{HOME} ); my %uniq; @uniq{@search_paths} = (); @search_paths = keys %uniq; -my @search_libs = grep -d, map "$_/lib", @search_paths; +my @search_libs = grep -d, map {($_.64,$_)} map "$_/lib", @search_paths; my @search_incs = grep -d, map "$_/include", @search_paths; print <<'EOF'; -->8---
Applied to 0.28. -- Rafael