Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/postfix Re-enable IPv6 -- Itojun has fixed all ...



details:   https://anonhg.NetBSD.org/src/rev/aca4e545b3ae
branches:  trunk
changeset: 507613:aca4e545b3ae
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 26 22:57:17 2001 +0000

description:
Re-enable IPv6 -- Itojun has fixed all the bugs :-)

diffstat:

 gnu/usr.sbin/postfix/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3524e7636dd7 -r aca4e545b3ae gnu/usr.sbin/postfix/Makefile.inc
--- a/gnu/usr.sbin/postfix/Makefile.inc Mon Mar 26 22:32:39 2001 +0000
+++ b/gnu/usr.sbin/postfix/Makefile.inc Mon Mar 26 22:57:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2001/03/18 07:53:02 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2001/03/26 22:57:17 thorpej Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
        -I${IDIST}/src/dns -I${IDIST}/src/global -I${IDIST}/src/master \
        -I${IDIST}/src/util
 # IPv6
-#CPPFLAGS+= -DINET6
+CPPFLAGS+= -DINET6
 
 DOBJDIR!=      cd $(.CURDIR)/../dns && ${PRINTOBJDIR}
 LIBPDNS=       ${DOBJDIR}/libdns.a



Home | Main Index | Thread Index | Old Index