mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
ccc086f050
* It wasn't straightforward to get OpenSSL building without avx/vxoprs optimizations on 10.10 * libressl is essentially a modern/lean-ish drop-in replacement for OpenSSL and can build without avx optimizations to support older Macs This change: * Installs libressl (builds a bottle) using homebrew * And statically links `libcrypto.a` and `libssl.a` unless `BUILD_LINK_SHARED` is requested. Fixes #1329 |
||
---|---|---|
.. | ||
analysis | ||
codegen | ||
deployment | ||
formatting | ||
provision | ||
tests | ||
benchmark.sh | ||
build.sh | ||
lib.sh | ||
profile.py | ||
provision.sh | ||
sync.sh |