Is there a make flag to disable tls for legacy releases? I'm getting a
compile error for 2.10.3 when trying to compile on FreeBSD 7.x 64bit.
In file included from tls_level.c:52:
/usr/local/include/tls.h:23:53: error: tcl.h: No such file or directory
In file included from tls_level.c:52:
/usr/local/include/tls.h:38: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'int'
/usr/local/include/tls.h:39: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'int'
tls_level.c:66: error: 'TLS_LEV_NONE' undeclared here (not in a function)
tls_level.c:67: error: 'TLS_LEV_MAY' undeclared here (not in a function)
tls_level.c:68: error: 'TLS_LEV_ENCRYPT' undeclared here (not in a function)
tls_level.c:69: error: 'TLS_LEV_FPRINT' undeclared here (not in a function)
tls_level.c:70: error: 'TLS_LEV_VERIFY' undeclared here (not in a function)
tls_level.c:71: error: 'TLS_LEV_SECURE' undeclared here (not in a function)
tls_level.c:72: error: 'TLS_LEV_INVALID' undeclared here (not in a function)
*** Error code 1
Stop in /usr/packages/postfix-2.10.3/src/tls.
*** Error code 1