From f59e3fa4bfc735a739d9bdd644d7b8ff5141293b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=85sberg?= Date: Wed, 13 Apr 2016 14:37:21 +0200 Subject: [PATCH] ice-client: missing pthread --- ice-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-client/Makefile b/ice-client/Makefile index 4cfab0622..34d40a885 100644 --- a/ice-client/Makefile +++ b/ice-client/Makefile @@ -62,7 +62,7 @@ define Package/ice-client $(call Package/ice-client/Default) TITLE:=ice-client MENU:=1 - DEPENDS:=+libopenssl +libstdcpp +libubus +ubus +ubusd +jshn +libubox + DEPENDS:=+libopenssl +libstdcpp +libubus +ubus +ubusd +jshn +libubox +libpthread endef ###########################--DEVELOPMENT--################################