From: Steven Barth Date: Thu, 18 Dec 2014 08:51:10 +0000 (+0100) Subject: dbus: readd libpthread dependency (accidentally removed) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d24befd61c39ce0179bbcc993f427f002ea38ef9;p=openwrt-packages.git dbus: readd libpthread dependency (accidentally removed) Signed-off-by: Steven Barth --- diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 0a0de2a95..38d3ce790 100644 --- 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