Re: [exim] exim-4.74 in Suse 11.3

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Phil Pennock
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] exim-4.74 in Suse 11.3
On 2011-01-26 at 21:23 +0100, Carsten Koch-Mauthe wrote:
> that worked. So there must be something changed parsing the Makefile in 4.74
> because i have not changed that for ages.


Yes. The lookups can now be built dynamically and making that work
portably involved adding a new script. My recollection of Make syntax
is that variable exports have to start at the beginning of a line, no
leading whitespace permitted, but perhaps GNU make is more tolerant ...