diff options
author | Phil Pennock <pdp@exim.org> | 2012-02-18 08:34:12 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-02-18 08:34:12 -0500 |
commit | 252e0c7b1235b8474023a0ab187c35a3088d3cb1 (patch) | |
tree | b182e26701bdb0df103b71e89f31bfd380a839ce /doc/doc-txt/NewStuff | |
parent | df6303fac223cae633ac6054ea8d795f2e8bf7ee (diff) |
Document pkg-config
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 4521d7dd9..1e5629c2b 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -23,6 +23,11 @@ Version 4.78 is no longer honoured for setuid programs by Heimdal. Use the "server_keytab" option to point to the keytab. + 3. The "pkg-config" system can now be used when building Exim to reference + cflags and library information for lookups and authenticators, rather + than having to update "CFLAGS", "AUTH_LIBS", "LOOKUP_INCLUDE" and + "LOOKUP_LIBS" directly. + Version 4.77 ------------ |