aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-08-26 06:31:04 +0000
committerJohn Crispin <john@openwrt.org>2012-08-26 06:31:04 +0000
commit27aa659f3722ece4a227f103a7b1cd0eeb13a19a (patch)
treecb48e959c31d15a03e3ddbd4b0b4ace129660ff8 /package/openssl
parentf3d5edffdc93153a02fbf9ae47d0632c0674efb4 (diff)
downloadupstream-27aa659f3722ece4a227f103a7b1cd0eeb13a19a.tar.gz
upstream-27aa659f3722ece4a227f103a7b1cd0eeb13a19a.tar.bz2
upstream-27aa659f3722ece4a227f103a7b1cd0eeb13a19a.zip
add missin -lpthread to the util - build bots spotted this
SVN-Revision: 33273
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 2962c07ed2..123f393d5a 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -58,7 +58,7 @@ define Package/openssl-util
$(call Package/openssl/Default)
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl +libpthread
TITLE+= (utility)
endef