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

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 033ec0e  Add @HWLOC_LIBS@ to LDADD for HTTP/3 check programs
033ec0e is described below

commit 033ec0e42cb1ba5cef670c0f2ebe384efa3180c3
Author: Masaori Koshiba <[email protected]>
AuthorDate: Mon Apr 15 09:29:17 2019 +0900

    Add @HWLOC_LIBS@ to LDADD for HTTP/3 check programs
---
 proxy/http3/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/proxy/http3/Makefile.am b/proxy/http3/Makefile.am
index 324d88e..5132e45 100644
--- a/proxy/http3/Makefile.am
+++ b/proxy/http3/Makefile.am
@@ -79,7 +79,8 @@ test_LDADD = \
   $(top_builddir)/lib/tsconfig/libtsconfig.la \
   $(top_builddir)/proxy/ParentSelectionStrategy.o \
   $(top_builddir)/proxy/libproxy.a \
-  $(top_builddir)/proxy/hdrs/libhdrs.a
+  $(top_builddir)/proxy/hdrs/libhdrs.a \
+  @HWLOC_LIBS@
 
 test_libhttp3_CPPFLAGS = $(test_CPPFLAGS)
 test_libhttp3_LDFLAGS = @AM_LDFLAGS@

Reply via email to