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 <[email protected]>
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
['"[email protected]" <[email protected]>'].

Reply via email to