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...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b2cf335ad63
branches:  trunk
changeset: 308114:0b2cf335ad63
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 68ca0683e618 -r 0b2cf335ad63 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