package/dosfstools: Fix undefined PATH_MAX under musl
authorRomain Naour <romain.naour@gmail.com>
Sat, 3 Sep 2016 16:24:06 +0000 (18:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 3 Sep 2016 18:53:56 +0000 (20:53 +0200)
commit8e195d63ba7c6404f31b15414ffbb92dbfb338a8
tree7410a638da4ea70d97a68121dfe890f4580697b6
parent9b18f4fbe8c810a62ed991a87309c28dfda4bac2
package/dosfstools: Fix undefined PATH_MAX under musl

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>
package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch [new file with mode: 0644]