]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_LOGIN if needed.
authorTimo Sirainen <tss@iki.fi>
Wed, 7 Nov 2012 15:44:32 +0000 (17:44 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 7 Nov 2012 15:44:32 +0000 (17:44 +0200)
Makefile.am

index 09f839727524ac6fd13f1fb7e61e238bd45fe503..5d2c113dd45d1ed5d479f9798e7fdfc82007192b 100644 (file)
@@ -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)'|" \