[1/6] Libvirt: disable Wireshark

Message ID 20191110130302.21867-1-jonatan.schlag@ipfire.org
State Accepted
Commit 8d82903c0d2fbf8180a5d07681af9872e86a0611
Headers
Series [1/6] Libvirt: disable Wireshark |

Commit Message

Jonatan Schlag Nov. 10, 2019, 1:02 p.m. UTC
  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 <jonatan.schlag@ipfire.org>
---
 lfs/libvirt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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=/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 \