You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2017/07/07 16:23:42 UTC

[trafficserver] branch master updated: Propagate configure LIBS to tsxs

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

shinrich 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 3cb183b  Propagate configure LIBS to tsxs
3cb183b is described below

commit 3cb183b76c5c5957b24e895cf14942c5decba50c
Author: shinrich <sh...@chp-xeon2-dl.champ.corp.yahoo.com>
AuthorDate: Thu Jul 6 10:23:19 2017 -0500

    Propagate configure LIBS to tsxs
---
 tools/tsxs.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/tsxs.in b/tools/tsxs.in
index 5c3a4d8..c83d656 100755
--- a/tools/tsxs.in
+++ b/tools/tsxs.in
@@ -27,6 +27,7 @@ INCLUDEDIR=`eval echo "@includedir@"`
 CPPFLAGS="$CPPFLAGS -I$INCLUDEDIR"
 CFLAGS="$CFLAGS @AM_CFLAGS@"
 CXXFLAGS="$CXXFLAGS @AM_CXXFLAGS@"
+LIBS="$LIBS @LIBS@"
 BUILD=
 DEBUGECHO=
 

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