mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 1.2.18-2
This commit is contained in:
parent
0347227b5a
commit
e5ea03d4d0
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.18
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -16,7 +16,7 @@ license=('LGPL')
|
|||
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
||||
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
|
||||
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
|
||||
'iproute2' 'libnl' 'libx11' 'gettext' 'libssh2')
|
||||
'iproute2' 'libnl' 'libx11' 'gettext' 'libssh2' 'netcf')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
|
||||
'libiscsi' 'open-iscsi'
|
||||
'perl-xml-xpath' 'libxslt')
|
||||
|
@ -102,7 +102,7 @@ build() {
|
|||
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
|
||||
--with-init-script=systemd \
|
||||
--with-qemu-user=nobody --with-qemu-group=nobody \
|
||||
--without-netcf --with-interface --with-lxc --with-storage-iscsi
|
||||
--with-netcf --with-interface --with-lxc --with-storage-iscsi
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue