summaryrefslogtreecommitdiff
path: root/security/policykit
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-10-03 17:19:02 +0000
committerabs <abs@pkgsrc.org>2011-10-03 17:19:02 +0000
commit012bfe9443bb242d5e93c40417142dea03abdb1a (patch)
tree1ad1888a07b8a58f31b44c08250813c12a82c040 /security/policykit
parent35c2f685330468abe303867e1a17ea788254152c (diff)
downloadpkgsrc-012bfe9443bb242d5e93c40417142dea03abdb1a.tar.gz
ensure we disable selinux
Diffstat (limited to 'security/policykit')
-rw-r--r--security/policykit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile
index 09835a8e9e4..ca960260948 100644
--- a/security/policykit/Makefile
+++ b/security/policykit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/04/22 13:42:39 obache Exp $
+# $NetBSD: Makefile,v 1.19 2011/10/03 17:19:02 abs Exp $
#
POLICYKIT_VER= 0.9
@@ -52,6 +52,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-polkit-user=${POLICYKIT_USER}
CONFIGURE_ARGS+= --with-polkit-group=${POLICYKIT_GROUP}
+CONFIGURE_ARGS+= --disable-selinux
OWN_DIRS_PERMS+= ${VARBASE}/lib/PolicyKit \
${REAL_ROOT_USER} ${POLICYKIT_GROUP} 0770