New build control
[buildfarm-client.git] / build-farm.conf.template
index d2e429204d98d99f18c698107ecd36ee9e7bef70..42f13f9743d1527b57889933289ed73b852ce050 100644 (file)
@@ -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',
@@ -150,6 +151,7 @@ our %conf =(
         #SUPPORT_TLS => 'yes',
         #  Enable the proper libs here or see in makefile_regex
         #  for use of pkg-config
+        #USE_OPENSSL => 'yes',
         #USE_GNUTLS => 'yes',
         #TLS_LIBS => '-lssl -lcrypto',
         #