From dd8b84296843bd284ebb16ee80b9d80e14ea0653 Mon Sep 17 00:00:00 2001 From: Damian Meden Date: Wed, 2 Dec 2020 17:58:59 +0000 Subject: [PATCH] Fix FreeBSD 12 link issue in test_libhttp2. --- 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 dac5c81080e..cb12966f612 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@