From a03288578c2b9dd0711c2d759e3ab3628e08c1a1 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 25 Feb 2015 17:27:27 +0000 Subject: Morph build da949bf8201c4ad3a43a3e4fbf4ca2a2 System branch: master --- strata/virtualization/libvirt.morph | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'strata/virtualization/libvirt.morph') diff --git a/strata/virtualization/libvirt.morph b/strata/virtualization/libvirt.morph index bdc99ddf..63b5d768 100644 --- a/strata/virtualization/libvirt.morph +++ b/strata/virtualization/libvirt.morph @@ -3,29 +3,4 @@ kind: chunk build-system: autotools configure-commands: - | - GNULIB_SRCDIR=.gnulib \ - ./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 --disable-werror \ - --prefix="$PREFIX" -system-integration: - libvirt-misc: - 01-addgroup: - - groupadd libvirt - 02-setup_libvirtconf: - - sed -i 's/#unix_sock_group = "libvirt"/unix_sock_group = "libvirt"/' /etc/libvirt/libvirtd.conf - - sed -i 's/#unix_sock_rw_perms = "0770"/unix_sock_rw_perms = "0770"/' /etc/libvirt/libvirtd.conf - - sed -i 's/#unix_sock_ro_perms = "0777"/unix_sock_ro_perms = "0777"/' /etc/libvirt/libvirtd.conf + 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" -- cgit v1.2.1