From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] Libvirt: enable storage-fs Date: Sun, 14 Aug 2016 10:55:38 +0200 Message-ID: <1471164938-567-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1490452375154657266==" List-Id: --===============1490452375154657266== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: 11154 Signed-off-by: Jonatan Schlag --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index ea8b0e8..7e6b3a6 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D i586 x86_64 PROG =3D libvirt -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D "libpciaccess libyajl ncat qemu" =20 @@ -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=3Dnobody --with-qemu-group=3Dkvm \ - --with-storage-dir --without-storage-fs --without-storage-lvm --without-= storage-iscsi \ + --with-storage-dir --with-storage-fs --without-storage-lvm --without-sto= rage-iscsi \ --without-storage-scsi --without-storage-mpath --without-storage-disk --w= ithout-storage-rbd --without-storage-sheepdog --without-storage-gluster --wi= thout-storage-zfs cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install --=20 2.1.4 --===============1490452375154657266==--