Repository: trafficserver Updated Branches: refs/heads/master 3e35848dc -> 8a2166ab7
TS-2839 Additional fix for tsxs. I'm not sure if this will break on "gnu" ld, but it works with XCode ld. Suggestions from James Peach. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8a2166ab Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8a2166ab Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8a2166ab Branch: refs/heads/master Commit: 8a2166ab71d0178f43baa6b63daaa3f83344c08f Parents: 3e35848 Author: Leif Hedstrom <[email protected]> Authored: Wed May 28 10:02:45 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed May 28 10:05:52 2014 -0600 ---------------------------------------------------------------------- tools/tsxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a2166ab/tools/tsxs.in ---------------------------------------------------------------------- diff --git a/tools/tsxs.in b/tools/tsxs.in index ec66ab7..d5de492 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"
