svn commit: r426289 - head/devel/libvirt

Roman Bogorodskiy novel at FreeBSD.org
Thu Nov 17 16:34:03 UTC 2016


Author: novel
Date: Thu Nov 17 16:34:02 2016
New Revision: 426289
URL: https://svnweb.freebsd.org/changeset/ports/426289

Log:
  devel/libvirt: fix build when wireshark installed
  
  When wireshark is installed, libvirt automatically detects that and
  tries to build wireshark dissector plugin, but fails because net/wireshark
  doesn't provide required headers.
  
  So disable wireshark support explicitly.
  
  PR:		214555
  Submitted by:	Koichiro IWAO

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Thu Nov 17 16:00:08 2016	(r426288)
+++ head/devel/libvirt/Makefile	Thu Nov 17 16:34:02 2016	(r426289)
@@ -81,6 +81,7 @@ CONFIGURE_ARGS+=	--without-avahi \
 		--without-sysctl \
 		--without-xen \
 		--without-login-shell \
+		--without-wireshark-dissector \
 		--with-ssh2 \
 		--localstatedir=${VARDIR}
 


More information about the svn-ports-all mailing list