Re: [exim] 4.93RC1

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] 4.93RC1
On 08/11/2019 18:11, Ian Zimmerman via Exim-users wrote:
> The main makefile which drives the build process "includes" both
> Local/Makefile and one of the system-specific makefiles, in your case
> Makefile-FreeBSD.
>
> Jeremy made me think in Makefile-FreeBSD there was a definition of
> CFLAGS which you had hidden with your own setting in Local/Makefile and
> that this was the cause of your trouble. But, looking at my own exim
> sources, Makefile-FreeBSD doesn't actually define either CC or CFLAGS,
> so I have to say my conjecture was wrong. Sorry.


f3facb664c added:
+CFLAGS += -DTAINT_CHECK_SLOW

That precedes exim-4.93-RC0, so should be in your sources.
I've just downloaded RC1 to check, and it is there too.

Ian, please doublecheck.
Odihambo - please check that file (OS/Makefile-FreeBSD).
If it _does_ have this line, possibly somehow the platform
detection which should enforce the use of that file is not
working.
--
Cheers,
Jeremy