]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Libvirt: disable Wireshark
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 10 Nov 2019 13:02:57 +0000 (13:02 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 19:38:29 +0000 (19:38 +0000)
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>
lfs/libvirt

index d0742e8100aa3304175f6e93fea65de0b907f3cc..882aa7c8de34f5276fdc6515badedb995d27f795 100644 (file)
@@ -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 \