From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/6] Libvirt: disable Wireshark Date: Sun, 10 Nov 2019 13:02:57 +0000 Message-ID: <20191110130302.21867-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7763770566308431062==" List-Id: --===============7763770566308431062== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When I try to build libvirt a second-time without ./make.sh clean between the two builds, libvirt tries to link against Wireshark and fails. This configure option solves the problem. Signed-off-by: Jonatan Schlag --- lfs/libvirt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/libvirt b/lfs/libvirt index d0742e810..882aa7c8d 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -82,7 +82,7 @@ $(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 \ + --without-firewalld --without-network --with-interface --with-virtualport= --with-macvtap --without-wireshark-dissector \ --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 \ --=20 2.20.1 --===============7763770566308431062==--