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

scw00 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 039e4a0  Fixed compilation with ubuntu 18.04
039e4a0 is described below

commit 039e4a0e850f0bbcf17a98505455486cf10c4810
Author: scw00 <[email protected]>
AuthorDate: Tue Apr 9 09:11:43 2019 +0000

    Fixed compilation with ubuntu 18.04
---
 src/traffic_quic/Makefile.inc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/traffic_quic/Makefile.inc b/src/traffic_quic/Makefile.inc
index 18b466f..4b2dbe6 100644
--- a/src/traffic_quic/Makefile.inc
+++ b/src/traffic_quic/Makefile.inc
@@ -47,17 +47,18 @@ traffic_quic_traffic_quic_LDADD = \
        $(top_builddir)/iocore/aio/libinkaio.a \
        $(top_builddir)/iocore/net/quic/libquic.a \
        $(top_builddir)/iocore/eventsystem/libinkevent.a \
-       $(top_builddir)/mgmt/libmgmt_p.la \
        $(top_builddir)/lib/records/librecords_p.a \
+       $(top_builddir)/mgmt/libmgmt_p.la \
        $(top_builddir)/src/tscore/libtscore.la \
        $(top_builddir)/src/tscpp/util/libtscpputil.la \
        $(top_builddir)/lib/tsconfig/libtsconfig.la \
        $(top_builddir)/proxy/ParentSelectionStrategy.o \
+       $(top_builddir)/proxy/http3/libhttp3.a \
+       $(top_builddir)/proxy/http2/libhttp2.a \
        $(top_builddir)/proxy/libproxy.a \
        $(top_builddir)/proxy/hdrs/libhdrs.a \
-       $(top_builddir)/proxy/http2/libhttp2.a \
-       $(top_builddir)/proxy/http3/libhttp3.a \
        @HWLOC_LIBS@ \
        @YAMLCPP_LIBS@ \
        @OPENSSL_LIBS@ \
        @LIBPCRE@
+

Reply via email to