-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add LIBUSB_ENABLE_UDEV
option
#20
Conversation
Is it causing a build issue? Which system/compiler? In any case - lets not introduce two independent changes in one PR. |
nice improvement overall, thanks |
no point defning this option for other systems Co-authored-by: Ihor Dutchak <[email protected]>
in linux-gcc it may cause build err to i figure out in autoconf , libusb will add |
This reverts commit 275b8d1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
there is no udev support in some embedded system , they need a option work without libudev
and if we compile
sys/socket.h
we need to add-D_GNU_SOURCE
according to stackoverflow