PATCH (was: disable tls for legacy versions)

2014-01-16 Thread Wietse Venema
Wietse Venema: > Matthew McGehrin: > > 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. > > Postfix builds without TLS by default. > > On my system the command line looks like this: > > gcc -Wmissing

Re: disable tls for legacy versions

2014-01-16 Thread Matthew McGehrin
I renamed /usr/local/include/tls.h and it compiled fine. No errors. Thank You. Wietse Venema wrote: Postfix builds without TLS by default. I see. The "-I. -I../../include" should be before "-I/usr/local/include". Meanwhile, can you temporarily rename /usr/local/include/tls.h? Wie

Re: disable tls for legacy versions

2014-01-16 Thread Wietse Venema
Matthew McGehrin: > 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. Postfix builds without TLS by default. On my system the command line looks like this: gcc -Wmissing-prototypes -Wformat -Wno-comment

disable tls for legacy versions

2014-01-16 Thread Matthew McGehrin
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/lo