This is an automated email from the ASF dual-hosted git repository.
zwoop 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 f37fd7586e Fix more build dep issues, for later PRs to work (#10376)
f37fd7586e is described below
commit f37fd7586e0fa4e788a9ea61a90ecb40bd339012
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Sep 6 07:44:53 2023 -0600
Fix more build dep issues, for later PRs to work (#10376)
---
proxy/http/Makefile.am | 2 +-
proxy/http2/Makefile.am | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am
index 1184ff21be..7c96ed3437 100644
--- a/proxy/http/Makefile.am
+++ b/proxy/http/Makefile.am
@@ -106,8 +106,8 @@ test_proxy_http_SOURCES = \
test_proxy_http_LDADD = \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/proxy/logging/liblogging.a \
- $(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
+ $(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/iocore/utils/libinkutils.a \
$(top_builddir)/src/tscore/libtscore.a \
$(top_builddir)/src/api/libtsapi.la \
diff --git a/proxy/http2/Makefile.am b/proxy/http2/Makefile.am
index 6d385fd82f..6b9b837280 100644
--- a/proxy/http2/Makefile.am
+++ b/proxy/http2/Makefile.am
@@ -71,11 +71,10 @@ test_libhttp2_LDADD = \
HTTP2.o \
Http2Frame.o \
HPACK.o \
+ $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/src/api/libtsapi.la \
- $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/proxy/hdrs/libhdrs.a \
- $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/tscore/libtscore.a \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
@SWOC_LIBS@ @HWLOC_LIBS@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBCAP@