pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/consolekit Keep pam disabled for now.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c1f3dc09db8
branches: trunk
changeset: 380538:4c1f3dc09db8
user: youri <youri%pkgsrc.org@localhost>
date: Wed May 16 15:40:32 2018 +0000
description:
Keep pam disabled for now.
diffstat:
sysutils/consolekit/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 75f9d1f5d04c -r 4c1f3dc09db8 sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile Wed May 16 15:09:52 2018 +0000
+++ b/sysutils/consolekit/Makefile Wed May 16 15:40:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2018/05/16 14:49:26 youri Exp $
+# $NetBSD: Makefile,v 1.40 2018/05/16 15:40:32 youri Exp $
CONSOLEKIT_VER= 1.2.1
DISTNAME= ConsoleKit2-${CONSOLEKIT_VER}
@@ -46,8 +46,9 @@
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASE} \
--localstatedir=${VARBASE} \
- --enable-pam-module \
- --with-pam-module-dir=${PREFIX}/lib/security \
+ --disable-pam-module
+ #--enable-pam-module \
+ #--with-pam-module-dir=${PREFIX}/lib/security \
CONFIGURE_ARGS.SunOS+= --enable-rbac-shutdown=solaris.system.shutdown
Home |
Main Index |
Thread Index |
Old Index