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

git commit: TS-2624: Backport Makefile fix

Repository: trafficserver
Updated Branches:
  refs/heads/4.2.x 5c9de0595 -> e31359e3f


TS-2624: Backport Makefile fix


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e31359e3
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e31359e3
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e31359e3

Branch: refs/heads/4.2.x
Commit: e31359e3f365255e1bd7bb22148bd37d5bb4b934
Parents: 5c9de05
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Apr 21 10:07:43 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Mon Apr 21 10:07:43 2014 -0600

----------------------------------------------------------------------
 mgmt/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e31359e3/mgmt/Makefile.am
----------------------------------------------------------------------
diff --git a/mgmt/Makefile.am b/mgmt/Makefile.am
index db485c8..b1a3e33 100644
--- a/mgmt/Makefile.am
+++ b/mgmt/Makefile.am
@@ -104,7 +104,7 @@ traffic_manager_LDADD = \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
   $(top_builddir)/proxy/shared/liberror.a \
   $(top_builddir)/proxy/shared/libdiagsconfig.a \
-  @LIBRESOLV@ @LIBEXPAT@ @LIBPCRE@ @LIBTCL@ @LIBCAP@ \
+  @LIBRESOLV@ @LIBEXPAT@ @LIBPCRE@ @LIBTCL@ @LIBCAP@ @hwloc_LIBS@ \
   -lm
 
 # Must do it this way or the dependencies aren't detected.