pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libvirt: Disable pcap



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Tue Aug 10 21:08:15 2021 +0200
Changeset:	6d603d39c35f7353fa49045f5d17c76c92a6c3bb

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: Disable pcap

Not available everywhere.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d603d39c35f7353fa49045f5d17c76c92a6c3bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvirt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index ced3750eb9..bea8fcfad3 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+=	--with-glusterfs=no
 CONFIGURE_ARGS+=	--with-hal=no
 CONFIGURE_ARGS+=	--with-interface=no
 CONFIGURE_ARGS+=	--with-libiscsi=no
-CONFIGURE_ARGS+=	--with-libpcap=yes
+CONFIGURE_ARGS+=	--with-libpcap=no
 CONFIGURE_ARGS+=	--with-libssh=no
 CONFIGURE_ARGS+=	--with-libxl=no
 CONFIGURE_ARGS+=	--with-libxml=yes


Home | Main Index | Thread Index | Old Index