mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt fix
This commit is contained in:
parent
c7961e9f58
commit
dd225eda43
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove numactl from depends, doesn't build on ARM
|
||||
# - drop ceph depend until it builds
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.16
|
||||
|
@ -15,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' 'ceph')
|
||||
'iproute2' 'libnl' 'libx11' 'gettext')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
|
||||
'libiscsi' 'open-iscsi'
|
||||
'perl-xml-xpath' 'libxslt')
|
||||
|
|
Loading…
Reference in a new issue