You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/04/27 04:17:19 UTC

[trafficserver] branch master updated: Build fix for traffic_top.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  7a3d56e   Build fix for traffic_top.
7a3d56e is described below

commit 7a3d56e62519e6b1fd3369b8d0b0b88c230388fc
Author: James Peach <jp...@apache.org>
AuthorDate: Tue Apr 26 19:16:09 2016 -0700

    Build fix for traffic_top.
    
    On older Ubuntu (14.04) releases, traffic_top fails to build because
    it can't implicitly resolve Diags symbols via libtsmgmt.
---
 cmd/traffic_top/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/traffic_top/Makefile.am b/cmd/traffic_top/Makefile.am
index 922e507..83591ef 100644
--- a/cmd/traffic_top/Makefile.am
+++ b/cmd/traffic_top/Makefile.am
@@ -35,6 +35,7 @@ traffic_top_SOURCES = traffic_top.cc
 
 traffic_top_LDADD = \
   $(top_builddir)/mgmt/api/libtsmgmt.la \
+  $(top_builddir)/lib/ts/libtsutil.la \
   @CURL_LIBS@ @CURSES_LIB@
 
 endif

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].