package/bluez5_utils: fix mesh build with musl
authorMichael Nosthoff <buildroot@heine.tech>
Fri, 23 Jul 2021 13:26:46 +0000 (15:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 24 Jul 2021 07:53:08 +0000 (09:53 +0200)
commit950a09fc56e76499258a843472d4fd5d1a08bf25
treea3fe2107b398f96915293476ac90e01590a6dfa9
parentb350246df61671fa8f6b177e5015d4d2ac13f5d1
package/bluez5_utils: fix mesh build with musl

when compiling with mesh support and musl toolchain the build fails
due to a missing include of limits.h for PATH_MAX in mesh-cfgtest.c.

Patch submitted upstream:
https://lore.kernel.org/linux-bluetooth/20210723081039.30396-1-bluez@heine.tech

Fixes:
http://autobuild.buildroot.net/results/20cc47f54de0b0d4bdf108c3715c590ae8ab476f/
http://autobuild.buildroot.net/results/003968b25906579dbcf5a95d1e43fec0ab504ef5/

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bluez5_utils/0001-tools-mesh-cfgtest-include-limits.h.patch [new file with mode: 0644]