This is an automated email from the ASF dual-hosted git repository.
rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new ed69080 Fixes plugin builds using tsxs on MacOS
ed69080 is described below
commit ed6908057e851f62069c2c2e20f1d33806c1a87b
Author: Randall Meyer <[email protected]>
AuthorDate: Wed Oct 24 14:34:12 2018 -0700
Fixes plugin builds using tsxs on MacOS
---
tools/tsxs.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/tsxs.in b/tools/tsxs.in
index c2e4e37..b480a36 100755
--- a/tools/tsxs.in
+++ b/tools/tsxs.in
@@ -128,6 +128,8 @@ compile() {
case $host in
*-*-darwin*)
+ LDFLAGS="$LDFLAGS @OPENSSL_LDFLAGS@"
+ CPPFLAGS="$CPPFLAGS"
PICFLAGS="-fPIC"
MODULELD="$CC -bundle -flat_namespace -undefined suppress"
MODULELDXX="$CXX -bundle -flat_namespace -undefined suppress"