Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/libpam Add debugging commented out.
details: https://anonhg.NetBSD.org/src/rev/037ce060bbe3
branches: trunk
changeset: 1007885:037ce060bbe3
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 03 00:46:06 2020 +0000
description:
Add debugging commented out.
diffstat:
lib/libpam/libpam/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 6191c2d56ea5 -r 037ce060bbe3 lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile Tue Mar 03 00:45:37 2020 +0000
+++ b/lib/libpam/libpam/Makefile Tue Mar 03 00:46:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/10/13 21:24:37 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/03 00:46:06 christos Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -43,12 +43,15 @@
DIST= ${NETBSDSRCDIR}/external/bsd/openpam/dist
LIB= pam
NOPROFILE=
+# XXX: returns no value
+#LINTFLAGS+= -X 217 -X 284
WARNS= 6
# 233: Struct/union never defined
LINTFLAGS+= -Sw -X 233
CPPFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} -DHAVE_CONFIG_H -I${.CURDIR}
+#CPPFLAGS+= -DOPENPAM_DEBUG
SRCS= openpam_borrow_cred.c \
openpam_check_owner_perms.c \
Home |
Main Index |
Thread Index |
Old Index