mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libvirt: remove systemd support
This commit is contained in:
parent
065d39af20
commit
4a89f743a9
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=1.2.16
|
version=1.2.16
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
|
||||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
||||||
--disable-static $(vopt_if systemd '--with-init-script=systemd')
|
--disable-static
|
||||||
--with-qemu-group=kvm --without-netcf --with-interface --sbindir=/usr/bin
|
--with-qemu-group=kvm --without-netcf --with-interface --sbindir=/usr/bin
|
||||||
ac_cv_path_MOUNT=/bin/mount ac_cv_path_UMOUNT=/bin/umount
|
ac_cv_path_MOUNT=/bin/mount ac_cv_path_UMOUNT=/bin/umount
|
||||||
ac_cv_path_MKFS=/bin/mkfs ac_cv_path_SHOWMOUNT=/bin/showmount
|
ac_cv_path_MKFS=/bin/mkfs ac_cv_path_SHOWMOUNT=/bin/showmount
|
||||||
|
|
Loading…
Add table
Reference in a new issue