From fd946e9fb58d763a3f3d8c33db81071026b2cfe0 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 22:46:32 +0000 Subject: [PATCH] dbus: fix librt dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32226 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/dbus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 9dbb682fb..acaac2c6b 100644 --- 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