Re: [exim-dev] Compile Exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Phil Pennock
日付:  
To: Simon Thames
CC: exim-dev@exim.org
題目: 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