From d24befd61c39ce0179bbcc993f427f002ea38ef9 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 18 Dec 2014 09:51:10 +0100 Subject: [PATCH] dbus: readd libpthread dependency (accidentally removed) Signed-off-by: Steven Barth --- utils/dbus/Makefile | 1 + 1 file changed, 1 insertion(+) 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