From 3912c3d0d041f53eba0bc079ae9e5e72bece892d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 25 Apr 2019 22:19:03 +0100 Subject: [PATCH] Enable ipv6 in template config --- build-farm.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/build-farm.conf.template b/build-farm.conf.template index d2e4292..29a2f9d 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -141,6 +141,7 @@ our %conf =( makefile_set =>{ # uncomment to use ccache #CC => 'ccache gcc', + HAVE_IPV6 => 'yes', # Required for some tests to pass AUTH_PLAINTEXT => 'yes', SUPPORT_MAILDIR => 'yes', -- 2.30.2