]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Say something about CPPFLAGS and LDFLAGS.
authorTimo Sirainen <tss@iki.fi>
Thu, 26 Jun 2003 00:05:16 +0000 (03:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 26 Jun 2003 00:05:16 +0000 (03:05 +0300)
--HG--
branch : HEAD

INSTALL

diff --git a/INSTALL b/INSTALL
index 224c2ce88ee7aca7805dbdf84123886dea4749c3..89ceba02ad32e7fa19ce5bda3eed7e6d2076314a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,6 +15,12 @@ configuration file to get it to work:
 Read through it, make needed modifications and start dovecot binary.
 doc/configuration.txt tells you more about configuring Dovecot.
 
+If you have installed some libraries into locations which require special
+include or library paths, you can give them in CPPFLAGS and LDFLAGS
+environment variables. For example:
+
+  CPPFLAGS=/opt/openssl/include LDFLAGS=/opt/openssl/lib ./configure
+
 
 SSL/TLS
 -------