From ce1448b770934fd4085c8b5ac7f71dcbd2558c21 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 16 Jul 2023 17:52:29 +0200 Subject: [PATCH] udevmand: make it work with latest musl Signed-off-by: John Crispin --- feeds/ucentral/udevmand/patches/100-glob.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 feeds/ucentral/udevmand/patches/100-glob.patch diff --git a/feeds/ucentral/udevmand/patches/100-glob.patch b/feeds/ucentral/udevmand/patches/100-glob.patch new file mode 100644 index 00000000..63e2b124 --- /dev/null +++ b/feeds/ucentral/udevmand/patches/100-glob.patch @@ -0,0 +1,15 @@ +Index: udevmand-20220112-979aca47/bridge.c +=================================================================== +--- udevmand-20220112-979aca47.orig/bridge.c ++++ udevmand-20220112-979aca47/bridge.c +@@ -15,6 +15,10 @@ + + #include + ++#ifndef GLOB_ONLYDIR ++#define GLOB_ONLYDIR 0x100 ++#endif ++ + #define BR_MAX_ENTRY 2048 + + static struct uloop_timeout bridge_timer;