# HG changeset patch # User Timo Sirainen # Date 1056585916 -10800 # Node ID a3de39b92838928e6fe9ddea2c8319d3dc608c41 # Parent a0207c0adf7e0e71ea04ac143270bc9d5a4f36b2 Say something about CPPFLAGS and LDFLAGS. diff -r a0207c0adf7e -r a3de39b92838 INSTALL --- 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 -------