Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2016 16:34:02 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426289 - head/devel/libvirt
Message-ID:  <201611171634.uAHGY2XQ004790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611171634.uAHGY2XQ004790>