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 2015/04/20 21:21:30 UTC

trafficserver git commit: Return libraries to original order to fix link build error.

Repository: trafficserver
Updated Branches:
  refs/heads/master cd8fbec58 -> 6fae12f70


Return libraries to original order to fix link build error.


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

Branch: refs/heads/master
Commit: 6fae12f704612bc6be5115e701ad0e35f66dfef6
Parents: cd8fbec
Author: shinrich <sh...@yahoo-inc.com>
Authored: Mon Apr 20 14:16:56 2015 -0500
Committer: shinrich <sh...@yahoo-inc.com>
Committed: Mon Apr 20 14:16:56 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6fae12f7/proxy/Makefile.am
----------------------------------------------------------------------
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index b385c6c..ce5041f 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -318,12 +318,12 @@ traffic_sac_LDADD = \
   shared/liberror.a \
   shared/libxml.a \
   $(top_builddir)/mgmt/libmgmt_p.la \
-  $(top_builddir)/iocore/utils/libinkutils.a \
   $(top_builddir)/iocore/cluster/libinkcluster.a \
   $(top_builddir)/iocore/dns/libinkdns.a \
   $(top_builddir)/iocore/hostdb/libinkhostdb.a \
   $(top_builddir)/iocore/cluster/libinkcluster.a \
   $(top_builddir)/iocore/cache/libinkcache.a \
+  $(top_builddir)/iocore/utils/libinkutils.a \
   $(top_builddir)/iocore/aio/libinkaio.a \
   $(top_builddir)/iocore/net/libinknet.a \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \