changeset 15544:f77e87298a66

Makefile: dovecot-config was missing quotes in LIBDOVECOT_LOGIN
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Nov 2012 12:43:54 +0200
parents b101277a3d26
children 75dc4cb4bfe0
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Nov 29 08:41:28 2012 +0200
+++ b/Makefile.am	Thu Nov 29 12:43:54 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 $(SSL_LIBS)|" \
+	-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)'|" \