From 574ec4344c5df53cbc5699f0aca84aab0f214e58 Mon Sep 17 00:00:00 2001 From: csjp Date: Sun, 30 Nov 2008 15:35:24 +0000 Subject: Enable getaudit_addr(2) for sshd again. This will un-break the subject BSM audit tokens for IPv6. --- secure/usr.sbin/sshd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index dff3f97..0fc5ce0 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -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 -- cgit v1.1