add missin -lpthread to the util - build bots spotted this
authorJohn Crispin <john@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000 (06:31 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000 (06:31 +0000)
SVN-Revision: 33273

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