diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-18 11:06:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-18 11:06:20 +0000 |
commit | ddfcd446e8b9bdb55a17d6b950bf55c736505a9e (patch) | |
tree | b655b8fcccb9c5c578302facb9216de593686a98 | |
parent | f951fd57a2d0708500f2d53ad785795ceba463f5 (diff) |
Install the latest Makefile from the Cygwin maintainer.
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | src/OS/Makefile-CYGWIN | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3ea6ae723..976309142 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.390 2006/09/12 10:35:56 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.391 2006/09/18 11:06:20 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -36,6 +36,8 @@ PH/04 Applied Nico Erfurth's refactoring patch to tidy up mime.c PH/05 Applied Nico Efrurth's refactoring patch to tidy up spool_mbox.c. +PH/06 Installed the latest Cygwin Makefile from the Cygwin maintainer. + Exim version 4.63 ----------------- diff --git a/src/OS/Makefile-CYGWIN b/src/OS/Makefile-CYGWIN index cbd50b085..c0efb6f95 100644 --- a/src/OS/Makefile-CYGWIN +++ b/src/OS/Makefile-CYGWIN @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.4 2005/08/02 09:09:27 ph10 Exp $ +# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.5 2006/09/18 11:06:20 ph10 Exp $ # OS-specific file for Cygwin. @@ -78,7 +78,7 @@ LOOKUP_PASSWD=yes # LOOKUP_WHOSON=yes LDAP_LIB_TYPE=OPENLDAP2 -LIBS_EXIM +=-lldap +LOOKUP_LIBS=-lldap -llber # WITH_OLD_DEMIME=yes WITH_CONTENT_SCAN=yes |