Re: [exim] build exim static

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Paul Dekkers
Fecha:  
A: Patrice
Cc: exim-users
Asunto: 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