]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
Libvirt: fix configuration options
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 14 Aug 2016 09:10:36 +0000 (11:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Aug 2016 10:01:31 +0000 (11:01 +0100)
Adds a missed - to -without-dbus and -with-interface.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libvirt

index 7e6b3a68dbeb12e33c718a3bb4ba39f9ae9f8e77..f70b8594cb285e12a2dabeba5778352b9961d49c 100644 (file)
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586 x86_64
 PROG       = libvirt
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       = "libpciaccess libyajl ncat qemu"
 
@@ -82,8 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \
                        --with-openssl --without-sasl \
                        --without-uml --without-vbox --without-lxc --without-esx --without-vmware --without-openvz \
-                       --without-firewalld --without-network -with-interface --with-virtualport --with-macvtap \
-                       --disable-nls --without-avahi --without-test-suite -without-dbus \
+                       --without-firewalld --without-network --with-interface --with-virtualport --with-macvtap \
+                       --disable-nls --without-avahi --without-test-suite --without-dbus \
                        --with-qemu-user=nobody --with-qemu-group=kvm \
                        --with-storage-dir --with-storage-fs --without-storage-lvm  --without-storage-iscsi \
                        --without-storage-scsi --without-storage-mpath --without-storage-disk --without-storage-rbd --without-storage-sheepdog --without-storage-gluster  --without-storage-zfs