From: Jonatan Schlag Date: Sun, 14 Aug 2016 08:55:38 +0000 (+0200) Subject: Libvirt: enable storage-fs X-Git-Tag: v2.19-core105~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0296bbea84ae3fc1d85d4b9249490c02f602b7ea;p=ipfire-2.x.git Libvirt: enable storage-fs Fixes: 11154 Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/lfs/libvirt b/lfs/libvirt index ea8b0e8a26..7e6b3a68db 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = libvirt -PAK_VER = 6 +PAK_VER = 7 DEPS = "libpciaccess libyajl ncat qemu" @@ -85,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --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 --without-storage-fs --without-storage-lvm --without-storage-iscsi \ + --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 cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install