Re: [exim] build exim static

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Paul Dekkers
Dátum:  
Címzett: Patrice
CC: exim-users
Tárgy: 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