summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2008-11-30 15:35:24 +0000
committercsjp <csjp@FreeBSD.org>2008-11-30 15:35:24 +0000
commit574ec4344c5df53cbc5699f0aca84aab0f214e58 (patch)
tree3ebd8bd7cacf00cd63504fbb9248817a4c6396bf /secure/usr.sbin
parentd3ad4d216f8f1e1649defe5a762f08d3292c74ac (diff)
downloadFreeBSD-src-574ec4344c5df53cbc5699f0aca84aab0f214e58.zip
FreeBSD-src-574ec4344c5df53cbc5699f0aca84aab0f214e58.tar.gz
Enable getaudit_addr(2) for sshd again. This will un-break the subject
BSM audit tokens for IPv6.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud