You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2015/04/14 18:19:05 UTC

[5/8] trafficserver git commit: TS-3516 Fix on FreeBSD, not sure why this worked before

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

(cherry picked from commit af8ff54e560ac1e7402eff7c9da2e9d814e49055)


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

Branch: refs/heads/5.3.x
Commit: 9112f3497c96b0b6223b25e2cd570e471cd0917d
Parents: 3df8be2
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Apr 12 15:28:50 2015 -0500
Committer: Phil Sorber <so...@apache.org>
Committed: Tue Apr 14 10:07:01 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9112f349/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 042bc3d..0b78423 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