You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2020/12/07 00:31:18 UTC

[trafficserver] branch master updated: Fix FreeBSD 12 link issue in test_libhttp2. (#7367)

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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c1b6e12  Fix FreeBSD 12 link issue in test_libhttp2. (#7367)
c1b6e12 is described below

commit c1b6e12826ad83c1de3e2f986d4996f8396bd52b
Author: Damian Meden <da...@gmail.com>
AuthorDate: Mon Dec 7 00:31:06 2020 +0000

    Fix FreeBSD 12 link issue in test_libhttp2. (#7367)
    
    Co-authored-by: Damian Meden <da...@verizonmedia.com>
---
 proxy/http2/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/proxy/http2/Makefile.am b/proxy/http2/Makefile.am
index dac5c81..cb12966 100644
--- a/proxy/http2/Makefile.am
+++ b/proxy/http2/Makefile.am
@@ -66,11 +66,12 @@ TESTS = $(check_PROGRAMS)
 # Be careful if you change the order. Details in GitHub #6666
 test_libhttp2_LDADD = \
 	libhttp2.a \
-	$(top_builddir)/src/tscpp/util/libtscpputil.la \
+	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/iocore/eventsystem/libinkevent.a \
 	$(top_builddir)/src/tscore/libtscore.la \
 	$(top_builddir)/proxy/hdrs/libhdrs.a \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
-	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/src/tscpp/util/libtscpputil.la \
 	$(top_builddir)/mgmt/libmgmt_p.la \
 	$(top_builddir)/proxy/shared/libUglyLogStubs.a \
 	@HWLOC_LIBS@