You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/10/06 04:09:16 UTC

[trafficserver] 02/02: Fix default Darwin build options.

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 <jp...@apache.org>
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
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.