Re: [exim] build exim static

Pàgina inicial
Delete this message
Reply to this message
Autor: Paul Dekkers
Data:  
A: Patrice
CC: exim-users
Assumpte: Re: [exim] build exim static
Hi,

Patrice wrote:

> is it possible to compil the exim binary in static ? (without using .so
> files)
> and if possible is it a good choice or not ?


I used:
LDFLAGS=-static
... in the Makefile. Don't know if this is the best place to put it, but
it worked ;-)

I used this to run exim in a FreeBSD jail (but you could use this with
chroot too of course).

Paul