changeset 1580:a3de39b92838 HEAD

Say something about CPPFLAGS and LDFLAGS.
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Jun 2003 03:05:16 +0300
parents a0207c0adf7e
children 3b853dad23e3
files INSTALL
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Thu Jun 26 02:31:03 2003 +0300
+++ b/INSTALL	Thu Jun 26 03:05:16 2003 +0300
@@ -15,6 +15,12 @@
 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
 -------