Hi,
maybe you can try to export some other environment variable.
When calling 'configure --help' you will see the supported ones.
There are variables called SSL_CFLAGS and SSL_LIBS which override stuff
detected by pkg-config. For example try to pass '-L/usr/local/lib' in
SSL_LIBS doing something
Hello,
I tried to compile Dovecot 2.2.5 on Debian 6 with an alternate OpenSSL
installation located at /usr/local/ssl
A compilation with
CPPFLAGS="-I/usr/local/ssl/include" \
LDFLAGS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/lib" \
SSL_LIBS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/li