dbus: readd libpthread dependency (accidentally removed)
authorSteven Barth <steven@midlink.org>
Thu, 18 Dec 2014 08:51:10 +0000 (09:51 +0100)
committerSteven Barth <steven@midlink.org>
Thu, 18 Dec 2014 08:51:10 +0000 (09:51 +0100)
Signed-off-by: Steven Barth <steven@midlink.org>
utils/dbus/Makefile

index 0a0de2a95b29ed42818ca6073717dc120b9be4d8..38d3ce79070ef65902aaba8b05c6a27acdca790a 100644 (file)
@@ -47,6 +47,7 @@ define Package/libdbus
 $(call Package/dbus/Default)
   CATEGORY:=Libraries
   TITLE+= (library)
+  DEPENDS:= +libpthread
 endef
 
 define Package/libdbus/Description