dovecot-2.2: Makefile: Add -lssl to installed dovecot-config's L...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jan 5 01:14:34 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/22caa1317eb1
changeset: 15510:22caa1317eb1
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 07 17:44:32 2012 +0200
description:
Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_LOGIN if needed.

diffstat:

 Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3a33e686fc38 -r 22caa1317eb1 Makefile.am
--- a/Makefile.am	Wed Nov 07 17:37:16 2012 +0200
+++ b/Makefile.am	Wed Nov 07 17:44:32 2012 +0200
@@ -63,7 +63,7 @@
 	grep -v '^LIBDOVECOT_.*_INCLUDE' dovecot-config | \
 	grep -v '^LIBDOVECOT.*_DEPS' | sed \
 	-e "s|^\(LIBDOVECOT\)=.*$$|\1='-L$(pkglibdir) -ldovecot'|" \
-	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1=-ldovecot-login|" \
+	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1=-ldovecot-login $(SSL_LIBS)|" \
 	-e "s|^\(LIBDOVECOT_SQL\)=.*$$|\1=-ldovecot-sql|" \
 	-e "s|^\(LIBDOVECOT_LDA\)=.*$$|\1=-ldovecot-lda|" \
 	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1='-ldovecot-storage $(LINKED_STORAGE_LDADD)'|" \


More information about the dovecot-cvs mailing list