mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNS
level in that case.
This commit is contained in:
parent
0812a4d5e6
commit
d3e5c802a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue