Enable getaudit_addr(2) for sshd again. This will un-break the subject

BSM audit tokens for IPv6.
This commit is contained in:
Christian S.J. Peron 2008-11-30 15:35:24 +00:00
parent ddce581880
commit 25d33e3d81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185476

View File

@ -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