diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-23 23:43:20 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-23 23:43:20 -0400 |
commit | 57eb9e91fe084ad434fcc286f0135e89b658c213 (patch) | |
tree | 94ec22d9f0429b37cfdeb441205438eb3ba5d806 /doc | |
parent | b87a6e0eedc31fdaa0d468349769b265db904aa7 (diff) |
_ISOC99_SOURCE -> _GNU_SOURCEexim-4_80_RC5
_ISOC99_SOURCE broke build on Linux (Ubuntu 11.10) because it broke <resolv.h>, <arpa/nameser.h>, etc.
Their u_char and u_int usage relies upon BSD source being enabled too. So use _GNU_SOURCE.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ef3236a62..b7a6a00e4 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -149,7 +149,7 @@ PP/34 Validate tls_require_ciphers on startup, since debugging an invalid PP/35 Pull in <features.h> on Linux, for some portability edge-cases of 64-bit ${eval} (JH/03). -PP/36 Define _ISOC99_SOURCE in exim.h; it's needed for some releases of +PP/36 Define _GNU_SOURCE in exim.h; it's needed for some releases of GNU libc to support some of the 64-bit stuff, should not lead to conflicts. Defined before os.h is pulled in, so if a given platform needs to override this, it can. |