pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consolekit



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed May 16 15:40:32 UTC 2018

Modified Files:
        pkgsrc/sysutils/consolekit: Makefile

Log Message:
Keep pam disabled for now.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/consolekit/Makefile

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

Modified files:

Index: pkgsrc/sysutils/consolekit/Makefile
diff -u pkgsrc/sysutils/consolekit/Makefile:1.39 pkgsrc/sysutils/consolekit/Makefile:1.40
--- pkgsrc/sysutils/consolekit/Makefile:1.39    Wed May 16 14:49:26 2018
+++ pkgsrc/sysutils/consolekit/Makefile Wed May 16 15:40:32 2018
@@ -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 @@ USE_LIBTOOL=  YES
 
 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