From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] Libvirt: fix configuration options Date: Sun, 14 Aug 2016 11:10:36 +0200 Message-ID: <1471165836-675-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7877534633054658057==" List-Id: --===============7877534633054658057== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Adds a missed - to -without-dbus and -with-interface. Signed-off-by: Jonatan Schlag --- lfs/libvirt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index 7e6b3a6..f70b859 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 7 +PAK_VER =3D 8 =20 DEPS =3D "libpciaccess libyajl ncat qemu" =20 @@ -82,8 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=3D/usr --localstatedir=3D/var --sysco= nfdir=3D/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=3Dnobody --with-qemu-group=3Dkvm \ --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 --=20 2.1.4 --===============7877534633054658057==--