From: Steven Barth Date: Wed, 17 Dec 2014 09:34:38 +0000 (+0100) Subject: dbus: fix musl build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f0e61a423c9a4828ce4ad3761e4e5403c4dac67d;p=openwrt-packages.git dbus: fix musl build Signed-off-by: Steven Barth --- diff --git a/utils/dbus/patches/100-fix-poll-select.patch b/utils/dbus/patches/100-fix-poll-select.patch new file mode 100644 index 000000000..64f652517 --- /dev/null +++ b/utils/dbus/patches/100-fix-poll-select.patch @@ -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 + #include + ++#include ++ + #ifdef DBUS_WIN + #include + #endif