hplip-3.17.10 looks for libusb includes in hardcoded location

Bug #1730352 reported by John Frankish
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
New
Undecided
Unassigned

Bug Description

When compiling hplip-3.17.10 (and previous versions), the ./configure script looks for libusb includes in /usr/include/libusb-1.0 instead of using pkg-config to find the actual location.

Since I have libusb installed in /usr/local, I am obliged to compile hplip as follows:

./configure --blah-blah
find . -name Makefile -type f -exec sed -i 's@usr/include/libusb-1.0@usr/local/include/libusb-1.0@g' {} \;
make

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.