changeset 15503:7d931927e4ac

Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_STORAGE if needed.
author Timo Sirainen <tss@iki.fi>
date Wed, 31 Oct 2012 13:24:49 +0200
parents 9cdeab12f3e1
children 2de37734d0b9
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Tue Oct 30 15:05:45 2012 +0200
+++ b/Makefile.am	Wed Oct 31 13:24:49 2012 +0200
@@ -66,7 +66,7 @@
 	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1=-ldovecot-login|" \
 	-e "s|^\(LIBDOVECOT_SQL\)=.*$$|\1=-ldovecot-sql|" \
 	-e "s|^\(LIBDOVECOT_LDA\)=.*$$|\1=-ldovecot-lda|" \
-	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1=-ldovecot-storage|" \
+	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1='-ldovecot-storage $(LINKED_STORAGE_LDADD)'|" \
 	-e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \
 	> $(DESTDIR)$(pkglibdir)/dovecot-config