summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-01-27 19:07:05 -0500
committerPhil Pennock <pdp@exim.org>2011-01-27 19:07:05 -0500
commit0cc9542ab26b35cba3a5523acb8991eb18ce0656 (patch)
tree894154b02d25e820b40c1dbd0c30f167c52090a1 /doc/doc-txt/ChangeLog
parent159f52d231c010cbc4e149502b7f906293233f94 (diff)
Permit make values to be indented or in env.
It appears some make(1)s are not complaining about variables defined with leading whitespace on the line. Permit that where we can, for the lookups, but it's not tenable for CFLAGS_DYNAMIC. Some people are specifying knobs on the make command-line, so we get them via the environment. Tested: indented LOOKUP_CDB and commented out LOOKUP_DNSDB, supplying it via { make LOOKUP_DNSDB=yes }. { exim -d --version } shows both are built-in, no results from { fgrep DNSDB build-*/Makefile }.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index b225b7878..f196095ab 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -16,6 +16,10 @@ TF/01 Update valgrind.h and memcheck.h to copies from valgrind-3.6.0.
TF/02 Bugzilla 139: Avoid using the += operator in the modular lookup
makefiles for portability to HP-UX and POSIX correctness.
+PP/01 Permit LOOKUP_foo enabling on the make command-line.
+ Also via indented variable definition in the Makefile.
+ (Debugging by Oliver Heesakkers).
+
Exim version 4.74
-----------------