mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libvirt: disable libxl for now
no support for xen-4.2 yet
This commit is contained in:
parent
6c463af009
commit
c4ae0beaa3
@ -1,7 +1,7 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=libvirt
|
||||
pkgver=0.10.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A virtualization API for several hypervisor and container systems"
|
||||
url="http://libvirt.org/"
|
||||
arch="all"
|
||||
@ -32,7 +32,9 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--libexec=/usr/lib/"$pkgname"
|
||||
--libexec=/usr/lib/"$pkgname" \
|
||||
--without-libxl \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user