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 2016/02/26 22:25:52 UTC

trafficserver git commit: TS-3938: Fixed FreeBSD - yet again on a different bug

Repository: trafficserver
Updated Branches:
  refs/heads/master f057de3f2 -> 5731dbb80


TS-3938: Fixed FreeBSD - yet again on a different bug


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5731dbb8
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5731dbb8
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5731dbb8

Branch: refs/heads/master
Commit: 5731dbb80bf734a6aaecb0092a19404d7d08100a
Parents: f057de3
Author: Bryan Call <bc...@apache.org>
Authored: Fri Feb 26 13:24:42 2016 -0800
Committer: Bryan Call <bc...@apache.org>
Committed: Fri Feb 26 13:25:42 2016 -0800

----------------------------------------------------------------------
 tools/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5731dbb8/tools/Makefile.am
----------------------------------------------------------------------
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b8eae5b..24d97f7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -54,4 +54,5 @@ http_load_http_load_SOURCES =  \
 endif
 
 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
-	sed -i "s/ -fPIE//" tsxs
+	sed "s/ -fPIE//" tsxs > tsxs.new
+	mv tsxs.new tsxs