Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/dosfstools: Fix undefined PATH_MAX under musl | Romain Naour | 2016-09-03 | 1 | -0/+31 |
Dosfstools doesn't build with musl only if BR2_PACKAGE_HAS_UDEV is set due to a missing include for PATH_MAX (limits.h). Fixes: http://autobuild.buildroot.net/results/346/346feda6a4a83850dbb62919eb33482302053490 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |