git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c6b61a8
)
dbus: fix musl build
author
Steven Barth
<redacted>
Wed, 17 Dec 2014 09:34:38 +0000
(10:34 +0100)
committer
Steven Barth
<redacted>
Wed, 17 Dec 2014 09:34:38 +0000
(10:34 +0100)
Signed-off-by: Steven Barth <redacted>
utils/dbus/patches/100-fix-poll-select.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/dbus/patches/100-fix-poll-select.patch
b/utils/dbus/patches/100-fix-poll-select.patch
new file mode 100644
(file)
index 0000000..
64f6525
--- /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 <string.h>
+ #include <time.h>
+
++#include <sys/select.h>
++
+ #ifdef DBUS_WIN
+ #include <windows.h>
+ #endif
git clone https://git.99rst.org/PROJECT