svn commit: r185476 - head/secure/usr.sbin/sshd

Christian S.J. Peron csjp at FreeBSD.org
Sun Nov 30 07:35:25 PST 2008


Author: csjp
Date: Sun Nov 30 15:35:24 2008
New Revision: 185476
URL: http://svn.freebsd.org/changeset/base/185476

Log:
  Enable getaudit_addr(2) for sshd again.  This will un-break the subject
  BSM audit tokens for IPv6.

Modified:
  head/secure/usr.sbin/sshd/Makefile

Modified: head/secure/usr.sbin/sshd/Makefile
==============================================================================
--- head/secure/usr.sbin/sshd/Makefile	Sun Nov 30 14:20:08 2008	(r185475)
+++ head/secure/usr.sbin/sshd/Makefile	Sun Nov 30 15:35:24 2008	(r185476)
@@ -26,7 +26,7 @@ DPADD=	${LIBSSH} ${LIBUTIL} ${LIBZ} ${LI
 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


More information about the svn-src-head mailing list