add missin -lpthread to the util - build bots spotted this
SVN-Revision: 33273
This commit is contained in:
parent
f3d5edffdc
commit
27aa659f37
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ define Package/openssl-util
|
|||
$(call Package/openssl/Default)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libopenssl
|
||||
DEPENDS:=+libopenssl +libpthread
|
||||
TITLE+= (utility)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue