Enable getaudit_addr(2) for sshd again. This will un-break the subject
BSM audit tokens for IPv6.
This commit is contained in:
parent
ddce581880
commit
25d33e3d81
@ -26,7 +26,7 @@ DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
|
||||
LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
|
||||
|
||||
.if ${MK_AUDIT} != "no"
|
||||
CFLAGS+= -DUSE_BSM_AUDIT
|
||||
CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR
|
||||
DPADD+= ${LIBBSM}
|
||||
LDADD+= -lbsm
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user