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

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

commit a3b6c77d1911bee05e9da2560f0ee5bd5a7a239c
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Mar 31 15:44:57 2020 +0900

    Fix test_libhttp2 build issue of 8.1.x on Debian/Ubuntu
    
    We don't see this issue on master, because we got rid of TCL.
---
 proxy/http2/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/http2/Makefile.am b/proxy/http2/Makefile.am
index 86cd765..beb8692 100644
--- a/proxy/http2/Makefile.am
+++ b/proxy/http2/Makefile.am
@@ -76,6 +76,7 @@ test_libhttp2_LDADD = \
        $(top_builddir)/lib/records/librecords_p.a \
        $(top_builddir)/mgmt/libmgmt_p.la \
        $(top_builddir)/proxy/shared/libUglyLogStubs.a \
+       @LIBTCL@ \
        @HWLOC_LIBS@
 
 test_libhttp2_CPPFLAGS = $(AM_CPPFLAGS)\

Reply via email to