summaryrefslogtreecommitdiff
path: root/libvirt.morph
blob: 3e962c4ffe22c654688db4c4956da5ef73eb559d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: libvirt
kind: chunk
build-system: autotools
install-commands:
- make DESTDIR="$DESTDIR" install
configure-commands:
- >
    GNULIB_SRCDIR=gnulib-src
    ./autogen.sh
    --without-apparmor
    --with-attr
    --without-audit
    --without-avahi
    --with-blkid
    --without-capng
    --with-curl
    --with-dbus
    --with-fuse
    --without-glusterfs
    --without-hal
    --without-netcf
    --without-numactl
    --without-openwsman
    --with-pciaccess
    --without-readline
    --without-sanlock
    --without-sasl
    --without-selinux
    --without-ssh2
    --with-systemd-daemon
    --with-udev
    --with-yajl
    --without-xen
    --with-qemu
    --without-uml
    --without-openvz
    --without-vmware
    --without-phyp
    --without-xenapi
    --without-libxl
    --without-vbox
    --without-lxc
    --without-esx
    --without-hyperv
    --without-parallels
    --with-test
    --with-remote
    --with-libvirtd
    --with-init-script=systemd
    --without-bhyve
    --without-gnutls
    --without-polkit
    --without-firewalld
    --without-dtrace
    --without-numad
    --with-network
    --with-secrets
    --with-storage-dir
    --with-storage-fs
    --with-storage-lvm
    --without-storage-iscsi
    --without-storage-scsi
    --without-storage-mpath
    --without-storage-disk
    --with-storage-rbd
    --without-storage-sheepdog
    --without-storage-gluster
    --without-wireshark-dissector
    --with-python
    --prefix="$PREFIX"