Re: [exim-dev] Compile Exim

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Simon Thames
CC: exim-dev@exim.org
Subject: 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