svn commit: r285369 - stable/9/usr.sbin/sendmail
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Sat Jul 11 03:32:14 UTC 2015
Author: gshapiro
Date: Sat Jul 11 03:32:13 2015
New Revision: 285369
URL: https://svnweb.freebsd.org/changeset/base/285369
Log:
By default, sendmail 8.15 uses uncompressed IPv6 addresses. Keep
current FreeBSD 10 and earlier behavior of using compressed IPv6
addresses in configuration, maps, rulesets, etc. (FreeBSD 11 and
later will use the new default of uncompressed IPv6 addresses.)
Modified:
stable/9/usr.sbin/sendmail/Makefile
Modified: stable/9/usr.sbin/sendmail/Makefile
==============================================================================
--- stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:29:04 2015 (r285368)
+++ stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:32:13 2015 (r285369)
@@ -40,7 +40,7 @@ CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/in
CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
.if ${MK_INET6_SUPPORT} != "no"
-CFLAGS+= -DNETINET6
+CFLAGS+= -DNETINET6 -DIPV6_FULL=0
.endif
WARNS?= 1
More information about the svn-src-stable-9
mailing list