Przeglądaj źródła

dbus: readd libpthread dependency (accidentally removed)

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 lat temu
rodzic
commit
d24befd61c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      utils/dbus/Makefile

+ 1
- 0
utils/dbus/Makefile Wyświetl plik

@@ -47,6 +47,7 @@ define Package/libdbus
47 47
 $(call Package/dbus/Default)
48 48
   CATEGORY:=Libraries
49 49
   TITLE+= (library)
50
+  DEPENDS:= +libpthread
50 51
 endef
51 52
 
52 53
 define Package/libdbus/Description