You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/09/12 18:11:07 UTC

[trafficserver] 02/02: Fix link error on macOS

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

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit ad43863e9a4c8c27b90c10d081578f91e0e29868
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Wed Sep 12 14:54:05 2018 +0900

    Fix link error on macOS
    
    (cherry picked from commit 23b8d5b56a6edb1f31a1d2d3dfecd7e33ac7149c)
---
 src/tscore/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tscore/Makefile.am b/src/tscore/Makefile.am
index 65d6dbe..25b7ecd 100644
--- a/src/tscore/Makefile.am
+++ b/src/tscore/Makefile.am
@@ -38,6 +38,7 @@ AM_CPPFLAGS += \
 
 libtscore_la_LDFLAGS = -no-undefined -version-info @TS_LIBTOOL_VERSION@ @YAMLCPP_LDFLAGS@
 libtscore_la_LIBADD = \
+	$(top_builddir)/src/tscpp/util/libtscpputil.la \
 	@HWLOC_LIBS@ \
 	@LIBOBJS@ \
 	@LIBPCRE@ \