Repository: trafficserver Updated Branches: refs/heads/master 971d8eb4d -> d1061cc97
TS-2839 tsxs does not work on OSX (Darwin). Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d1061cc9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d1061cc9 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d1061cc9 Branch: refs/heads/master Commit: d1061cc97bc3cc78aaf8f4b4f2c5f3b222cce2bd Parents: 971d8eb Author: Masakazu Kitajo <[email protected]> Authored: Tue May 27 16:53:35 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue May 27 16:53:35 2014 -0600 ---------------------------------------------------------------------- CHANGES | 3 +++ tools/tsxs.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d1061cc9/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 55f8193..8ec7fae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 + *) [TS-2839] tsxs does not work on OSX (Darwin). + Author: Masakazu Kitajo <[email protected]> + *) [TS-2820] Add check to Transformations in C++ api to prevent closing connections twice. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d1061cc9/tools/tsxs.in ---------------------------------------------------------------------- diff --git a/tools/tsxs.in b/tools/tsxs.in index a224914..ef7b0f1 100755 --- a/tools/tsxs.in +++ b/tools/tsxs.in @@ -122,7 +122,7 @@ case $host in MODULELD="$CC -bundle -flat_namespace -undefined suppress" MODULELDXX="$CXX -bundle -flat_namespace -undefined suppress" MODULEEXT=bundle - RLDFLAG="-Wl,--rpath=" + RLDFLAG="-Wl,-rpath=" ;; *-*-solaris*) PICFLAGS="-fpic"
