mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
More recent versions of pam_passwdqc (not yet released) build with very
few warnings.
This commit is contained in:
parent
a358391f59
commit
81a587f467
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ SRCDIR= ${.CURDIR}/../../../../contrib/pam_modules/pam_passwdqc
|
|||
|
||||
LIB= pam_passwdqc
|
||||
SRCS= pam_passwdqc.c passwdqc_check.c passwdqc_random.c wordset_4k.c
|
||||
CFLAGS+= -I${SRCDIR} -DPAM_AUTHTOK_RECOVER_ERR=PAM_AUTHTOK_RECOVERY_ERR
|
||||
CFLAGS+= -I${SRCDIR}
|
||||
NO_WERROR= yes
|
||||
MAN= #pam_passwdqc.8
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue