projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9127447
)
dbus: readd libpthread dependency (accidentally removed)
author
Steven Barth
<steven@midlink.org>
Thu, 18 Dec 2014 08:51:10 +0000
(09:51 +0100)
committer
Steven Barth
<steven@midlink.org>
Thu, 18 Dec 2014 08:51:10 +0000
(09:51 +0100)
Signed-off-by: Steven Barth <steven@midlink.org>
utils/dbus/Makefile
patch
|
blob
|
history
diff --git
a/utils/dbus/Makefile
b/utils/dbus/Makefile
index 0a0de2a95b29ed42818ca6073717dc120b9be4d8..38d3ce79070ef65902aaba8b05c6a27acdca790a 100644
(file)
--- a/
utils/dbus/Makefile
+++ b/
utils/dbus/Makefile
@@
-47,6
+47,7
@@
define Package/libdbus
$(call Package/dbus/Default)
CATEGORY:=Libraries
TITLE+= (library)
+ DEPENDS:= +libpthread
endef
define Package/libdbus/Description