[openssl] add missin -lpthread to the util - build bots spotted this
[openwrt/svn-archive/archive.git] / package / openssl / Makefile
index 2962c07ed2a617c02d5c0c52ebabd83c6e7cd44b..123f393d5a47e754055808770ca2ab78745b1c9f 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