Browse Source

dbus: fix musl build

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
f0e61a423c
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      utils/dbus/patches/100-fix-poll-select.patch

+ 13
- 0
utils/dbus/patches/100-fix-poll-select.patch View File

@ -0,0 +1,13 @@
Index: dbus-1.9.4/tools/tool-common.c
===================================================================
--- dbus-1.9.4.orig/tools/tool-common.c
+++ dbus-1.9.4/tools/tool-common.c
@@ -29,6 +29,8 @@
#include <string.h>
#include <time.h>
+#include <sys/select.h>
+
#ifdef DBUS_WIN
#include <windows.h>
#endif

Loading…
Cancel
Save