mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 1.2.3-4
This commit is contained in:
parent
ae862d7683
commit
3073cd6dac
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -15,7 +15,7 @@ license=('LGPL')
|
|||
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
||||
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap'
|
||||
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
|
||||
'iproute2' 'libnl' 'libx11' 'audit')
|
||||
'iproute2' 'libnl' 'libx11')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
|
||||
optdepends=('bridge-utils: for briged networking (default)'
|
||||
'dnsmasq: for NAT/DHCP for guests'
|
||||
|
@ -93,7 +93,7 @@ build() {
|
|||
export RADVD=/usr/bin/radvd
|
||||
[ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" --sbindir=/usr/bin \
|
||||
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
|
||||
--with-init-script=systemd --with-audit \
|
||||
--with-init-script=systemd \
|
||||
--with-qemu-user=nobody --with-qemu-group=nobody \
|
||||
--without-netcf --with-interface --with-lxc
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue