projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10bc76a
)
dbus: fix librt dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:32 +0000
(22:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:32 +0000
(22:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32226
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/dbus/Makefile
patch
|
blob
|
history
diff --git
a/utils/dbus/Makefile
b/utils/dbus/Makefile
index
9dbb682
..
acaac2c
100644
(file)
--- a/
utils/dbus/Makefile
+++ b/
utils/dbus/Makefile
@@
-44,6
+44,7
@@
define Package/libdbus
$(call Package/dbus/Default)
CATEGORY:=Libraries
TITLE+= (library)
+ DEPENDS:= +librt
endef
define Package/libdbus/Description
@@
-54,7
+55,7
@@
endef
define Package/dbus
$(call Package/dbus/Default)
TITLE+= (daemon)
- DEPENDS:= +libexpat +libdbus
+librt
+ DEPENDS:= +libexpat +libdbus
endef
define Package/dbus/Description