public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/6] Libvirt: disable Wireshark
@ 2019-11-10 13:02 Jonatan Schlag
  2019-11-10 13:02 ` [PATCH 2/6] libvirt: use a custom config file Jonatan Schlag
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jonatan Schlag @ 2019-11-10 13:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

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(a)ipfire.org>
---
 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=/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 \
-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-10 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 13:02 [PATCH 1/6] Libvirt: disable Wireshark Jonatan Schlag
2019-11-10 13:02 ` [PATCH 2/6] libvirt: use a custom config file Jonatan Schlag
2019-11-10 13:02 ` [PATCH 3/6] Libvirt: update to version 5.6.0 Jonatan Schlag
2019-11-10 13:03 ` [PATCH 4/6] Libvirt: enable lvm Jonatan Schlag
2019-11-10 13:03 ` [PATCH 5/6] qemu: disable sdl and documentation Jonatan Schlag
2019-11-10 13:03 ` [PATCH 6/6] Update qemu to version 4.1.0 Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox