1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNS

level in that case.
This commit is contained in:
Marcel Moolenaar 2010-01-17 19:47:42 +00:00
parent 0812a4d5e6
commit d3e5c802a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202522

View File

@ -29,6 +29,7 @@ SRCS= pam_krb5.c
MAN= pam_krb5.8
.if defined(_FREEFALL_CONFIG)
CFLAGS+=-D_FREEFALL_CONFIG
WARNS= 3
.endif
DPADD= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} ${LIBCRYPT} ${LIBCRYPTO}