You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/04/22 22:50:31 UTC

[2/3] git commit: Add libhwloc-dev to Ubuntu vagrant boxes

Add libhwloc-dev to Ubuntu vagrant boxes


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

Branch: refs/heads/master
Commit: f3e3822102a1f8a0a9f8a301b0bab8fef2aaff44
Parents: 92ceec4
Author: James Peach <jp...@apache.org>
Authored: Mon Apr 22 11:38:21 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Mon Apr 22 11:38:21 2013 -0700

----------------------------------------------------------------------
 contrib/manifests/debian.pp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f3e38221/contrib/manifests/debian.pp
----------------------------------------------------------------------
diff --git a/contrib/manifests/debian.pp b/contrib/manifests/debian.pp
index db5873e..e856c98 100644
--- a/contrib/manifests/debian.pp
+++ b/contrib/manifests/debian.pp
@@ -17,7 +17,7 @@
 # Base ATS build dependencies.
 package {[
     'gcc', 'g++', 'automake', 'autoconf', 'libtool', 'pkg-config',
-    'libssl-dev', 'tcl-dev', 'libexpat1-dev', 'libpcre3-dev',
+    'libssl-dev', 'tcl-dev', 'libexpat1-dev', 'libpcre3-dev', 'libhwloc-dev',
     'libcap-dev', 'libcap2', 'bison', 'flex', 'make',
   ]:
   ensure => latest