summaryrefslogtreecommitdiffstats
path: root/package/libusb-compat/0001-Use-C99-standard-fixed-width-integer-types-in-usb.h.patch
Commit message (Collapse)AuthorAgeFilesLines
* libusb-compat: fix a build issue with undefined PATH_MAXBartosz Golaszewski2017-07-041-3/+4
| | | | | | | | | | | | libsigrok build failed because of PATH_MAX not being defined in usb.h. On linux it is defined in linux/limits.h, but usb.h only includes limit.h. Add a patch fixing the header in libusb-compat. While we're at it: remove the patch numbering from previous patch. Fixes: http://autobuild.buildroot.net/results/535/5353c2418c0c3311ef9ecb1f1ddc3ce769369b96/ Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libusb-compat: backport patch to use standard C99 typesGwenhael Goavec-Merou2015-10-111-0/+236
Fixes: http://autobuild.buildroot.net/results/e63/e6360386a0a99900b83494924494ec40552d8dbe/ Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud