pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/consolekit Disable debugging and add back the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/966ed6f5870c
branches:  trunk
changeset: 380533:966ed6f5870c
user:      youri <youri%pkgsrc.org@localhost>
date:      Wed May 16 14:49:26 2018 +0000

description:
Disable debugging and add back the pam module.

diffstat:

 sysutils/consolekit/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r fcb25a16d4ef -r 966ed6f5870c sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile      Wed May 16 14:18:11 2018 +0000
+++ b/sysutils/consolekit/Makefile      Wed May 16 14:49:26 2018 +0000
@@ -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 @@
 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