From: Jonatan Schlag Date: Sun, 10 Nov 2019 13:02:57 +0000 (+0000) Subject: Libvirt: disable Wireshark X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d82903c0d2fbf8180a5d07681af9872e86a0611;p=people%2Fstevee%2Fipfire-2.x.git Libvirt: disable Wireshark 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 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/libvirt b/lfs/libvirt index d0742e8100..882aa7c8de 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -82,7 +82,7 @@ $(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 \ + --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=nobody --with-qemu-group=kvm \ --with-storage-dir --with-storage-fs --without-storage-lvm --without-storage-iscsi \