mirror of https://github.com/hak5/openwrt.git
add missin -lpthread to the util - build bots spotted this
SVN-Revision: 33273lede-17.01
parent
f3d5edffdc
commit
27aa659f37
|
@ -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 New Issue