[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.7-1-2-gb2a6aab
Guido Günther
agx at sigxcpu.org
Mon Mar 8 17:29:18 UTC 2010
The following commit has been merged in the master branch:
commit b2a6aabb4759ec41b41d4a2bdf7580bdcb937aa4
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Mar 8 18:28:20 2010 +0100
Enable NUMA support
diff --git a/debian/control b/debian/control
index f747f55..1af3c92 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), libxml2-dev, libncurses5-dev,
module-init-tools,
policykit-1,
dpkg-dev (<< 1.15.3) | dpkg-dev (>> 1.15.3),
- libcap-ng-dev
+ libcap-ng-dev,
+ libnuma-dev
XS-Python-Version: current
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
diff --git a/debian/rules b/debian/rules
index 66f5b75..93c1426 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--without-esx \
--without-libssh2 \
--with-capng \
+ --with-numactl \
--enable-debug \
$(BUILD_XEN) \
$(BUILD_VBOX) \
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list