summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2015-07-09 05:00:19 +0000
committergshapiro <gshapiro@FreeBSD.org>2015-07-09 05:00:19 +0000
commitf50f4be1577ea773eb760480261712b777dc2c1c (patch)
tree14c29f41c08406914ab4be36bb471f31d2d6d73d
parent22fd8e5d5834f074c6b032fccb9cb4769d19b309 (diff)
downloadFreeBSD-src-f50f4be1577ea773eb760480261712b777dc2c1c.zip
FreeBSD-src-f50f4be1577ea773eb760480261712b777dc2c1c.tar.gz
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.) Approved by: re (gjb)
-rw-r--r--usr.sbin/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index a9f7fbb..ee18746 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
WARNS?= 1
OpenPOWER on IntegriCloud