git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
021cb09
)
SPF and DANE went mainline
author
Jeremy Harris
<jgh@wizmail.org>
Sun, 4 Mar 2018 10:34:46 +0000
(10:34 +0000)
committer
Jeremy Harris
<jgh@wizmail.org>
Sun, 4 Mar 2018 10:34:46 +0000
(10:34 +0000)
build-farm.conf.template
patch
|
blob
|
history
diff --git
a/build-farm.conf.template
b/build-farm.conf.template
index eb856176dc96c4982e33651fd59523ae7880b6b5..ec2810a97e560e4fc2a9d23dbac99a20de5e9be3 100644
(file)
--- 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',
#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:
},
# 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',
# 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',
},
#LDFLAGS => '-lspf2',
},