Skip Menu |

This queue is for tickets about the Device-USB CPAN distribution.

Report information
The Basics
Id: 55580
Status: resolved
Estimated: 15 min
Worked: 15 min
Priority: 0/
Queue: Device-USB

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

Bug Information
Severity: Critical
Broken in: 0.31
Fixed in: 0.32



Subject: Makefile FAIL's to detect 64bit libs
--8<--- Makefile.PL.diff --- Makefile.PL.org 2010-03-15 11:53:43.000000000 +0100 +++ Makefile.PL 2010-03-15 11:54:29.000000000 +0100 @@ -78,7 +78,7 @@ sub header_found sub lib_found { - foreach my $dir (qw(/usr/lib /usr/local/lib), $ENV{LIBUSB_LIBDIR}) + foreach my $dir (qw(/usr/local/lib64 /usr/lib64 /lib64 /usr/local/ lib /usr/lib), $ENV{LIBUSB_LIBDIR}) { return 1 if defined $dir && ($^O =~ /win/i ? (-e "$dir/ libusb.lib" || -e "$dir/libusb.a") : -e "$dir/libusb.so") ; } -->8---