Revert "build: skip building OpenSSL lib_ssl"

This reverts commit 2cba35ab38b492768e85bd77442a566dda169466.
This commit is contained in:
Adrian Gallagher 2020-12-08 20:02:55 -08:00
parent 7cc0b1da57
commit 4da6db1118
No known key found for this signature in database
GPG Key ID: FE3348877809386C

View File

@ -76,7 +76,7 @@ define $(package)_config_cmds
endef
define $(package)_build_cmds
$(MAKE) -j1 build_crypto libcrypto.pc libssl.pc openssl.pc
$(MAKE) -j1 build_libs libcrypto.pc libssl.pc openssl.pc
endef
define $(package)_stage_cmds