mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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 <jonatan.schlag@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
df67c7a80e
commit
8d82903c0d
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user