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 2638c4f QUIC: Fixed traffic_quic compiler error
2638c4f is described below
commit 2638c4fc9ab1b4a96955170aa5f54b1b9331b966
Author: scw00 <[email protected]>
AuthorDate: Mon Jan 28 17:07:15 2019 +0800
QUIC: Fixed traffic_quic compiler error
---
src/traffic_quic/Makefile.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/traffic_quic/Makefile.inc b/src/traffic_quic/Makefile.inc
index c316eaf..b9291db 100644
--- a/src/traffic_quic/Makefile.inc
+++ b/src/traffic_quic/Makefile.inc
@@ -48,8 +48,10 @@ traffic_quic_traffic_quic_LDADD = \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/lib/records/librecords_p.a \
$(top_builddir)/src/tscore/libtscore.la \
+ $(top_builddir)/src/tscpp/util/libtscpputil.la \
$(top_builddir)/lib/tsconfig/libtsconfig.la \
$(top_builddir)/proxy/ParentSelectionStrategy.o \
@HWLOC_LIBS@ \
@YAMLCPP_LIBS@ \
- @OPENSSL_LIBS@
+ @OPENSSL_LIBS@ \
+ @LIBPCRE@