Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pam-u2f/lib/security/pam-u2f Disable debugging



details:   https://anonhg.NetBSD.org/src/rev/a56e37cae797
branches:  trunk
changeset: 745481:a56e37cae797
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 03 00:44:12 2020 +0000

description:
Disable debugging

diffstat:

 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a870fb54e5e3 -r a56e37cae797 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile
--- a/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile        Tue Mar 03 00:43:20 2020 +0000
+++ b/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile        Tue Mar 03 00:44:12 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2020/03/03 00:28:51 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/03 00:44:12 christos Exp $
 
 NOMAN=
 .include <bsd.own.mk>
 .PATH: ${NETBSDSRCDIR}/external/bsd/pam-u2f/dist
 
 CPPFLAGS+= -DHAVE_SECURITY_PAM_APPL_H #-DHAVE_SECURITY_PAM_MODULES_H
-CPPFLAGS+= -DPAM_DEBUG -DDEBUG_PAM
+#CPPFLAGS+= -DPAM_DEBUG -DDEBUG_PAM
 
 LIB=   pam_u2f
 SRCS=  pam-u2f.c drop_privs.c util.c b64.c explicit_bzero.c



Home | Main Index | Thread Index | Old Index