[openssl] add missin -lpthread to the util - build bots spotted this
[openwrt.git] / package / openssl / Makefile
index 2962c07..123f393 100644 (file)
@@ -58,7 +58,7 @@ define Package/openssl-util
   $(call Package/openssl/Default)
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=+libopenssl
+  DEPENDS:=+libopenssl +libpthread
   TITLE+= (utility)
 endef