Module Name: src Committed By: christos Date: Mon Nov 1 15:56:53 UTC 2021
Modified Files: src/lib/libpam/libpam: Makefile Log Message: Remove workaround, @rillig fixed the issue. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libpam/libpam/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpam/libpam/Makefile diff -u src/lib/libpam/libpam/Makefile:1.29 src/lib/libpam/libpam/Makefile:1.30 --- src/lib/libpam/libpam/Makefile:1.29 Mon Nov 1 08:26:18 2021 +++ src/lib/libpam/libpam/Makefile Mon Nov 1 11:56:53 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2021/11/01 12:26:18 christos Exp $ +# $NetBSD: Makefile,v 1.30 2021/11/01 15:56:53 christos Exp $ #- # Copyright (c) 1998 Juniper Networks, Inc. # All rights reserved. @@ -54,9 +54,6 @@ NOPROFILE= WARNS= 6 LINTFLAGS+= -w -# XXX: lint bug: The enum contains an additional constant -# for the number of values -LINTFLAGS+= -X 348 CPPFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} -DHAVE_CONFIG_H -I${.CURDIR} #CPPFLAGS+= -DOPENPAM_DEBUG