Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 15:35:24 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185476 - head/secure/usr.sbin/sshd
Message-ID:  <200811301535.mAUFZOHe094236@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811301535.mAUFZOHe094236>