From c95717fd449577127bf0b62f2efc950b180e19b5 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 4 Mar 2018 10:34:46 +0000 Subject: [PATCH] SPF and DANE went mainline --- build-farm.conf.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-farm.conf.template b/build-farm.conf.template index eb85617..ec2810a 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -161,8 +161,8 @@ our %conf =( #LOOKUP_PGSQL => 'yes', #SUPPORT_PROXY => 'yes', #SUPPORT_SOCKS => 'yes', - #EXPERIMENTAL_SPF => 'yes', - #EXPERIMENTAL_DANE => 'yes', + #SUPPORT_SPF => 'yes', + #SUPPORT_DANE => 'yes', }, # Settings to add to Local/Makefile. These will add to variables that # are already defined earlier in the Makefile. Example: @@ -173,7 +173,7 @@ our %conf =( # Or enable debugging flags #CFLAGS => '-g -Wall', #LFLAGS => '-g', - # If set EXPERIMENTAL_SPF above, add it to the linker: + # If set SUPPORT_SPF above, add it to the linker: #LDFLAGS => '-lspf2', }, -- 2.30.2