aports/main/bluez/fix-musl.patch
Leo dd7670b95f main/bluez: upgrade to 5.60
add -openrc subpackages for both the `bluez` mainpkg and the
`bluez-deprecated` subpackage as rfcomm is part of the latter.

Also make use of the default_zshcomp function

add include to limits.h for PATH_MAX, fixes on musl
2021-07-08 07:52:00 +00:00

13 lines
284 B
Diff

diff --git a/tools/mesh-cfgtest.c b/tools/mesh-cfgtest.c
index fa0474f..9b68314 100644
--- a/tools/mesh-cfgtest.c
+++ b/tools/mesh-cfgtest.c
@@ -26,6 +26,7 @@
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>
+#include <limits.h> /* PATH_MAX */
#include <ell/ell.h>