You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/02/02 00:08:14 UTC

[trafficserver] branch 7.1.x updated: traffic_via depends on the PCRE library

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

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  7268498   traffic_via depends on the PCRE library
7268498 is described below

commit 7268498b5b6ca1ebc9d344ed3e16af43c821238d
Author: Jack Bates <ja...@nottheoilrig.com>
AuthorDate: Tue Jan 31 14:12:23 2017 -0700

    traffic_via depends on the PCRE library
    
    (cherry picked from commit e14822ced2e90382babb4eed901fa9dd4abe4c1f)
---
 cmd/traffic_via/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/traffic_via/Makefile.am b/cmd/traffic_via/Makefile.am
index d9c8e94..3639359 100644
--- a/cmd/traffic_via/Makefile.am
+++ b/cmd/traffic_via/Makefile.am
@@ -34,6 +34,7 @@ traffic_via_SOURCES = \
 
 traffic_via_LDADD = \
   $(top_builddir)/lib/ts/libtsutil.la \
+  @LIBPCRE@ \
   @LIBTCL@
 
 TESTS = \

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].