Skip to content
Snippets Groups Projects
Commit b2a6aabb authored by Guido Günther's avatar Guido Günther
Browse files

Enable NUMA support

parent b3506839
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -42,6 +42,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--without-esx \
--without-libssh2 \
--with-capng \
--with-numactl \
--enable-debug \
$(BUILD_XEN) \
$(BUILD_VBOX) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment