pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libvirt libvirt: explicitly disable polkit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a962b1b1923
branches: trunk
changeset: 331972:1a962b1b1923
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sun Mar 31 13:41:38 2019 +0000
description:
libvirt: explicitly disable polkit.
Otherwise, it picks it up if it is installed, leading to a PLIST mismatch.
diffstat:
sysutils/libvirt/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1e90a0b5ce5b -r 1a962b1b1923 sysutils/libvirt/Makefile
--- a/sysutils/libvirt/Makefile Sun Mar 31 11:51:51 2019 +0000
+++ b/sysutils/libvirt/Makefile Sun Mar 31 13:41:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/11/14 22:22:26 kleink Exp $
+# $NetBSD: Makefile,v 1.60 2019/03/31 13:41:38 bsiegert Exp $
DISTNAME= libvirt-1.2.9
PKGREVISION= 26
@@ -13,6 +13,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --without-macvtap
+CONFIGURE_ARGS+= --without-polkit
USE_TOOLS+= gmake pkg-config perl
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index