From: Timo Sirainen Date: Wed, 7 Nov 2012 15:44:32 +0000 (+0200) Subject: Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_LOGIN if needed. X-Git-Tag: 2.1.11~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafdd2035354f2e38b5e0387385fa774bd2bf56d;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_LOGIN if needed. --- diff --git a/Makefile.am b/Makefile.am index 09f8397275..5d2c113dd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ install-exec-hook: 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)'|" \