diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-05-12 19:41:28 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-05-12 19:43:16 +0000 |
commit | 330b3ef25482f30f1e99e9811bd684c153dc43e3 (patch) | |
tree | abb9172945317cdd7ee8861c498b5d1037ca44e4 | |
parent | cbc4d878e9cefa5e0913e61bd41caac2c723e5ed (diff) | |
download | aports-330b3ef25482f30f1e99e9811bd684c153dc43e3.tar.bz2 aports-330b3ef25482f30f1e99e9811bd684c153dc43e3.tar.xz |
main/libvirt: work around some configure script brain damage
-rw-r--r-- | main/libvirt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD index 3bcafce0e3..54db943501 100644 --- a/main/libvirt/APKBUILD +++ b/main/libvirt/APKBUILD @@ -2,7 +2,7 @@ pkgname=libvirt pkgver=3.3.0 _ver="${pkgver/_rc/-rc}" -pkgrel=0 +pkgrel=1 pkgdesc="A virtualization API for several hypervisor and container systems" url="http://libvirt.org/" arch="all" @@ -55,6 +55,7 @@ build() { $_xen_opt \ --with-polkit \ --with-storage-fs \ + --with-storage-lvm \ || return 1 make || return 1 } |