commit d24befd61c39ce0179bbcc993f427f002ea38ef9
parent 912744785bff0ebc3bd672e69858a86a36478c0f
Author: Steven Barth <steven@midlink.org>
Date: Thu, 18 Dec 2014 09:51:10 +0100
dbus: readd libpthread dependency (accidentally removed)
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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