osquery-1/tools
Sharvil Shah ccc086f050 Statically link against brew bottled libressl on OS X
* 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
2015-08-13 15:31:26 -07:00
..
analysis Lint fixes and clang analyze 2015-04-17 09:18:46 -07:00
codegen Several small optimizations around internal SQL queries 2015-08-03 07:56:55 -07:00
deployment [Fix #1368] Restore autostart post-install scripts 2015-07-21 19:09:24 -07:00
formatting Removing trailing whitespace 2015-05-11 23:31:13 -07:00
provision Statically link against brew bottled libressl on OS X 2015-08-13 15:31:26 -07:00
tests Various additional tests and benchmarks 2015-07-28 12:26:17 -07:00
benchmark.sh Executable size benchmark change. 2015-07-30 15:44:25 -07:00
build.sh Update build/test for 10.9 (do not test extension) 2015-08-12 10:40:53 -07:00
lib.sh don't qualify any system with lsb-release as ubuntu 2015-07-25 14:52:59 +03:00
profile.py Limit scope of git/tag version defines. 2015-06-12 10:10:20 -07:00
provision.sh Remove -mtune compile flag 2015-08-06 17:14:33 -07:00
sync.sh Registry modules 2015-03-04 20:33:10 -08:00