From 1627440c892b7aec96051cd1736f627c5cbd67e1 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 5 Jan 2016 13:41:11 +0000 Subject: main/libvirt: enable --with-storage-fs. Fixes #4974 --- main/libvirt/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/libvirt') diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD index 1b9683f477..c45e554e44 100644 --- a/main/libvirt/APKBUILD +++ b/main/libvirt/APKBUILD @@ -2,7 +2,7 @@ pkgname=libvirt pkgver=1.2.21 _ver="${pkgver/_rc/-rc}" -pkgrel=0 +pkgrel=1 pkgdesc="A virtualization API for several hypervisor and container systems" url="http://libvirt.org/" arch="all" @@ -77,6 +77,7 @@ build() { --libexec=/usr/lib/"$pkgname" \ $_xen_opt \ --with-polkit \ + --with-storage-fs \ || return 1 make || return 1 } -- cgit v1.2.3