Formula-Cookbook: note LibreSSL audit check

This commit is contained in:
Dominyk Tiller 2016-09-14 17:54:55 +01:00
parent 840e86d454
commit f744cdbc81
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -102,7 +102,7 @@ There are plenty of others; check `/usr/lib` for them.
We generally try to not duplicate system libraries and complicated tools in core Homebrew but we do duplicate some commonly used tools.
One very special exception is OpenSSL. Anything that uses OpenSSL *should* be built using Homebrews shipped OpenSSL and our test bot's post-install `audit` will warn if it detects you haven't done this.
Special exceptions are OpenSSL and LibreSSL. Things that use either *should* be built using Homebrews shipped equivalent and our test bot's post-install `audit` will warn if it detects you haven't done this.
Homebrews OpenSSL is
[`keg_only`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#keg_only-class_method)