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 b5110a8a7 Link boringocsp lib to unit tests (#9524)
b5110a8a7 is described below

commit b5110a8a75559bb18148a214f9af9a9cdd09a648
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Mar 17 15:58:27 2023 -0600

    Link boringocsp lib to unit tests (#9524)
    
    * Link boringocsp lib to UDP unit test
    
    * Fix one more place
    
    * Fix indentation
---
 iocore/cache/Makefile.am | 1 +
 iocore/net/Makefile.am   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/iocore/cache/Makefile.am b/iocore/cache/Makefile.am
index b38070fc5..b88bf50bf 100644
--- a/iocore/cache/Makefile.am
+++ b/iocore/cache/Makefile.am
@@ -116,6 +116,7 @@ test_LDADD = \
        @LIBPROFILER@ \
        @OPENSSL_LIBS@ \
        @YAMLCPP_LIBS@ \
+       @BORINGOCSP_LIBS@ \
        -lm
 
 check_PROGRAMS = \
diff --git a/iocore/net/Makefile.am b/iocore/net/Makefile.am
index fd5026e87..1effafad5 100644
--- a/iocore/net/Makefile.am
+++ b/iocore/net/Makefile.am
@@ -83,7 +83,7 @@ test_UDPNet_LDADD = \
        $(top_builddir)/src/tscore/libtscore.la 
$(top_builddir)/src/tscpp/util/libtscpputil.la \
        $(top_builddir)/proxy/hdrs/libhdrs.a \
        $(top_builddir)/proxy/ParentSelectionStrategy.o \
-       @HWLOC_LIBS@ @OPENSSL_LIBS@ @LIBPCRE@ @YAMLCPP_LIBS@ @SWOC_LIBS@
+       @HWLOC_LIBS@ @OPENSSL_LIBS@ @BORINGOCSP_LIBS@ @LIBPCRE@ @YAMLCPP_LIBS@ 
@SWOC_LIBS@
 
 test_UDPNet_SOURCES = \
        libinknet_stub.cc \

Reply via email to