Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Request at least libusb 1.0.9 #37

Merged
merged 1 commit into from
Apr 29, 2016

Conversation

tklauser
Copy link
Contributor

lsusb needs at least libusb 1.0.9 as it uses libusb_error_name.
Otherwise the build fails with the following linker error:

lsusb-lsusb.o: In function do_hub': .../usbutils/lsusb.c:3314: undefined reference tolibusb_error_name'

Signed-off-by: Tobias Klauser tklauser@distanz.ch

lsusb needs at least libusb 1.0.9 as it uses libusb_error_name.
Otherwise the build fails with the following linker error:

lsusb-lsusb.o: In function `do_hub':
.../usbutils/lsusb.c:3314: undefined reference to `libusb_error_name'

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
@gregkh gregkh merged commit afecc51 into gregkh:master Apr 29, 2016
srcshelton pushed a commit to srcshelton/usbutils that referenced this pull request Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants