This is an automated email from the ASF dual-hosted git repository. jpeach pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit 2cef6779679fde16565dbdf6ce8ab3586fa53886 Author: James Peach <[email protected]> AuthorDate: Wed Oct 5 21:09:05 2016 -0700 Fix default Darwin build options. --- ci/regression | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/regression b/ci/regression index 51fc1de..14a6b8b 100755 --- a/ci/regression +++ b/ci/regression @@ -69,6 +69,7 @@ prog() { extras() { case $(uname -v) in omnios*) echo --with-tcl=/opt/omni/lib/amd64 ;; + Darwin*) echo --with-openssl=$(brew --prefix openssl) ;; esac } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
