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 14:49:26 UTC 2018

Modified Files:
        pkgsrc/sysutils/consolekit: Makefile

Log Message:
Disable debugging and add back the pam module.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/sysutils/consolekit/Makefile:1.39
--- pkgsrc/sysutils/consolekit/Makefile:1.38    Wed May 16 11:30:36 2018
+++ pkgsrc/sysutils/consolekit/Makefile Wed May 16 14:49:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/05/16 11:30:36 youri Exp $
+# $NetBSD: Makefile,v 1.39 2018/05/16 14:49:26 youri Exp $
 
 CONSOLEKIT_VER=        1.2.1
 DISTNAME=      ConsoleKit2-${CONSOLEKIT_VER}
@@ -44,12 +44,10 @@ GNU_CONFIGURE=      YES
 USE_TOOLS+=    gmake intltool msgfmt perl pkg-config automake
 USE_LIBTOOL=   YES
 
-CONFIGURE_ARGS+=       --enable-debug=full
 CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASE}                        \
                --localstatedir=${VARBASE}                      \
-               --disable-pam-module
-               #--enable-pam-module                            \
-               #--with-pam-module-dir=${PREFIX}/lib/security   \
+               --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