Skip to content

Commit f174f08

Browse files
committed
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.
1 parent 620ae63 commit f174f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/http2/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ test_libhttp2_LDADD = \
7676
$(top_builddir)/lib/records/librecords_p.a \
7777
$(top_builddir)/mgmt/libmgmt_p.la \
7878
$(top_builddir)/proxy/shared/libUglyLogStubs.a \
79+
@LIBTCL@ \
7980
@HWLOC_LIBS@
8081

8182
test_libhttp2_CPPFLAGS = $(AM_CPPFLAGS)\

0 commit comments

Comments
 (0)