dovecot-2.2: Makefile: dovecot-config was missing quotes in LIBD...

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


details:   http://hg.dovecot.org/dovecot-2.2/rev/f77e87298a66
changeset: 15544:f77e87298a66
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 29 12:43:54 2012 +0200
description:
Makefile: dovecot-config was missing quotes in LIBDOVECOT_LOGIN

diffstat:

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

diffs (12 lines):

diff -r b101277a3d26 -r f77e87298a66 Makefile.am
--- 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)'|" \


More information about the dovecot-cvs mailing list