diff options
author | John Crispin <john@openwrt.org> | 2012-08-26 06:31:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-08-26 06:31:04 +0000 |
commit | 27aa659f3722ece4a227f103a7b1cd0eeb13a19a (patch) | |
tree | cb48e959c31d15a03e3ddbd4b0b4ace129660ff8 /package | |
parent | f3d5edffdc93153a02fbf9ae47d0632c0674efb4 (diff) | |
download | upstream-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')
-rw-r--r-- | package/openssl/Makefile | 2 |
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 |