Re: [exim-dev] Compile Exim

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Pennock
Fecha:  
A: Simon Thames
Cc: exim-dev@exim.org
Asunto: Re: [exim-dev] Compile Exim
On 2013-05-28 at 10:50 +0000, Simon Thames wrote:
> Is there a way I can compile Exim without Perl ?


Comment out the EXIM_PERL= line in Local/Makefile before you build.
Re-run "make makefiles" if you've already built. Then "make clean" (for
safety) and "make".

Note that the src/EDITME provided by Exim as a default for
Local/Makefile leaves EXIM_PERL commented out, so something between us
and you is enabling Perl.

-Phil