summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2018-03-06 19:08:48 +0100
committerArthurBorsboom2018-03-06 19:08:48 +0100
commitb7c8cfe952dff2e5bc2ecc7a63c8212c964c730c (patch)
tree947755e4d169c2b29f5d106dc3ee22b7b08cb06f
parent28be55d80ac8dd2fbf300a7776398093d7808105 (diff)
downloadaur-b7c8cfe952dff2e5bc2ecc7a63c8212c964c730c.tar.gz
Reverted with-numad option, since configure gives the error: You must install numad package to manage CPU and memory placement dynamically
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8437ee38ba..88a07e4ba096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libvirt-git
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 4.1.0.47.gb704d60e8
- pkgrel = 1
+ pkgrel = 2
url = http://libvirt.org/
install = libvirt.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0778bf91f243..9ce3281bb90a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libvirt-git
pkgver=4.1.0.47.gb704d60e8
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -113,7 +113,8 @@ build() {
--with-storage-lvm --with-udev --without-hal --disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
- --with-netcf --with-interface --with-numad
+ --with-netcf --with-interface
+ # --with-numad
# --with-audit
make
}