From b20661fe294a8f2b413ae92d11eded550b488ebb Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sat, 11 Jul 2015 03:32:22 +0000 Subject: [PATCH] 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.) git-svn-id: svn://svn.freebsd.org/base/stable/8@285370 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 0b89297d8..b247db74e 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -40,7 +40,7 @@ CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I. CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS} .if ${MK_INET6_SUPPORT} != "no" -CFLAGS+= -DNETINET6 +CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif DPADD= ${LIBUTIL} ${LIBWRAP} -- 2.42.0