You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2014/05/30 23:04:55 UTC

[23/50] [abbrv] git commit: TS-2839 Additional fix for tsxs. I'm not sure if this will break on "gnu" ld, but it works with XCode ld.

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/5.0.x
Commit: 8a2166ab71d0178f43baa6b63daaa3f83344c08f
Parents: 3e35848
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 28 10:02:45 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
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"