You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/07/08 20:46:44 UTC

[2/2] trafficserver git commit: TS-3739 Disable stream_editor build for now, until we resolve the regex.h issue

TS-3739 Disable stream_editor build for now, until we resolve the regex.h issue


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

Branch: refs/heads/master
Commit: c7328aaeb6815b75c562b139cbf02895e901c4e7
Parents: 61bf5c4
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jul 8 12:46:36 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jul 8 12:46:36 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c7328aae/plugins/experimental/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/Makefile.am b/plugins/experimental/Makefile.am
index f7e0e94..aefdeb6 100644
--- a/plugins/experimental/Makefile.am
+++ b/plugins/experimental/Makefile.am
@@ -40,8 +40,10 @@ SUBDIRS = \
  stale_while_revalidate \
  url_sig \
  xdebug \
- mp4 \
- stream_editor
+ mp4
+
+# Commented out for now, since it breaks on OSX
+# stream_editor
 
 if HAS_MYSQL
   SUBDIRS += mysql_remap