TS-2624: Fix Build on Saucy
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e632b3a7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e632b3a7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e632b3a7 Branch: refs/heads/lua_config Commit: e632b3a7d382008dcf27b35a05cbea0c691e834d Parents: b749034 Author: Leif Hedstrom <[email protected]> Authored: Wed Mar 19 14:52:49 2014 -0600 Committer: Phil Sorber <[email protected]> Committed: Wed Mar 19 14:52:49 2014 -0600 ---------------------------------------------------------------------- iocore/aio/Makefile.am | 3 +-- iocore/eventsystem/Makefile.am | 2 +- mgmt/Makefile.am | 2 +- proxy/Makefile.am | 6 +++--- 4 files changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e632b3a7/iocore/aio/Makefile.am ---------------------------------------------------------------------- diff --git a/iocore/aio/Makefile.am b/iocore/aio/Makefile.am index df648f8..cad3e5c 100644 --- a/iocore/aio/Makefile.am +++ b/iocore/aio/Makefile.am @@ -55,5 +55,4 @@ test_AIO_LDADD = \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/lib/ts/libtsutil.la \ $(top_builddir)/proxy/shared/libUglyLogStubs.a \ - @LIBTCL@ - + @LIBTCL@ @hwloc_LIBS@ http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e632b3a7/iocore/eventsystem/Makefile.am ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/Makefile.am b/iocore/eventsystem/Makefile.am index 2cceaaa..87c221f 100644 --- a/iocore/eventsystem/Makefile.am +++ b/iocore/eventsystem/Makefile.am @@ -90,7 +90,7 @@ test_LDADD = \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/lib/ts/libtsutil.la \ $(top_builddir)/proxy/shared/libUglyLogStubs.a \ - @LIBTCL@ + @LIBTCL@ @hwloc_LIBS@ test_Buffer_SOURCES = \ test_Buffer.cc http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e632b3a7/mgmt/Makefile.am ---------------------------------------------------------------------- diff --git a/mgmt/Makefile.am b/mgmt/Makefile.am index 56c42f0..f0566a0 100644 --- a/mgmt/Makefile.am +++ b/mgmt/Makefile.am @@ -103,7 +103,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. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e632b3a7/proxy/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/Makefile.am b/proxy/Makefile.am index ba8645b..8ef6104 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -176,7 +176,7 @@ traffic_logcat_LDADD = \ $(top_builddir)/lib/records/librecprocess.a \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/lib/ts/libtsutil.la \ - @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ \ + @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ @hwloc_LIBS@ \ @LIBEXPAT@ @LIBDEMANGLE@ @LIBPROFILER@ -lm traffic_logstats_SOURCES = logstats.cc @@ -192,7 +192,7 @@ traffic_logstats_LDADD = \ $(top_builddir)/lib/records/librecprocess.a \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/lib/ts/libtsutil.la \ - @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ \ + @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ @hwloc_LIBS@ \ @LIBEXPAT@ @LIBDEMANGLE@ @LIBPROFILER@ -lm traffic_sac_SOURCES = \ @@ -246,7 +246,7 @@ traffic_sac_LDADD = \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/lib/records/librecprocess.a \ $(top_builddir)/lib/ts/libtsutil.la \ - @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ \ + @LIBRESOLV@ @LIBPCRE@ @OPENSSL_LIBS@ @LIBTCL@ @hwloc_LIBS@ \ @LIBEXPAT@ @LIBDEMANGLE@ @LIBZ@ @LIBLZMA@ @LIBPROFILER@ -lm if BUILD_TESTS
