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/04/12 22:29:02 UTC

trafficserver git commit: TS-3516 Fix on FreeBSD, not sure why this worked before

Repository: trafficserver
Updated Branches:
  refs/heads/master 9733333ba -> af8ff54e5


TS-3516 Fix on FreeBSD, not sure why this worked before


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

Branch: refs/heads/master
Commit: af8ff54e560ac1e7402eff7c9da2e9d814e49055
Parents: 9733333
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Apr 12 15:28:50 2015 -0500
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sun Apr 12 15:28:50 2015 -0500

----------------------------------------------------------------------
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/af8ff54e/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 4896e5c..8ccf464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -897,7 +897,7 @@ case $host_os_def in
     AS_IF([test "x$ax_cv_c_compiler_vendor" = "xclang"], [
       common_opt="-pipe -Wall -Wno-deprecated-declarations"
       debug_opt="-ggdb3 $common_opt"
-      release_opt="-g $common_opt $optimizing_flags -feliminate-unused-debug-symbols -fno-strict-aliasing"
+      release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing"
       cxx_opt="-Wno-invalid-offsetof -Qunused-arguments"
       luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare"
     ])
@@ -1946,6 +1946,7 @@ AS_IF([test "x$enable_experimental_plugins" = xyes], [
     plugins/experimental/balancer/Makefile
     plugins/experimental/buffer_upload/Makefile
     plugins/experimental/channel_stats/Makefile
+    plugins/experimental/cache_promote/Makefile
     plugins/experimental/collapsed_connection/Makefile
     plugins/experimental/custom_redirect/Makefile
     plugins/experimental/epic/Makefile