Enable ipv6 in template config
[buildfarm-client.git] / build-farm.conf.template
index 223db7aa87880a940eb0d79e66049bdf84f7c336..29a2f9debd4406b3ae499ce32146dbc614f1fff8 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',
@@ -169,7 +170,8 @@ our %conf =(
     # LDFLAGS => '-Wall'  will create  LDFLAGS+='-Wall'
     makefile_add =>{
         # Show all warnings and errors
-        CFLAGS => '-Wall -Wno-parentheses -Werror=format-security',
+       # Some platforms need the c99 setting enabled
+        CFLAGS => '-std=c99 -Wall -Wno-parentheses -Werror=format-security',
         # Or enable debugging flags
         #CFLAGS => '-g -Wall',
         #LFLAGS => '-g',