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 2017/12/06 04:50:21 UTC

[trafficserver] 02/02: Build fix for test_mime on Ubuntu 14.04.

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

sorber pushed a commit to branch 6.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 82ae5d2b57b82ed79958aa44b76cef073ce8f20a
Author: James Peach <jp...@apache.org>
AuthorDate: Mon May 2 16:31:36 2016 +0000

    Build fix for test_mime on Ubuntu 14.04.
    
    (cherry picked from commit 8c3d81c2181122cb91e3e19cdb95c3c422b6321d)
---
 proxy/hdrs/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/proxy/hdrs/Makefile.am b/proxy/hdrs/Makefile.am
index abd55f9..436e476 100644
--- a/proxy/hdrs/Makefile.am
+++ b/proxy/hdrs/Makefile.am
@@ -69,7 +69,9 @@ test_mime_LDADD = -L. -lhdrs \
   $(top_builddir)/lib/records/librecords_p.a \
   $(top_builddir)/mgmt/libmgmt_p.la \
   $(top_builddir)/proxy/shared/libUglyLogStubs.a \
-  @HWLOC_LIBS@
+  @HWLOC_LIBS@ \
+  @LIBTCL@
+
 test_mime_LDFLAGS = @EXTRA_CXX_LDFLAGS@ @LIBTOOL_LINK_FLAGS@
 
 test_mime_SOURCES = test_mime.cc

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