dovecot-2.2: Makefile: Fixed -ldovecot-compression name

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 3 14:19:16 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/5e10caeb5e5d
changeset: 14744:5e10caeb5e5d
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 03 14:19:03 2012 +0300
description:
Makefile: Fixed -ldovecot-compression name

diffstat:

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

diffs (12 lines):

diff -r 95a423729f9c -r 5e10caeb5e5d Makefile.am
--- a/Makefile.am	Thu Aug 02 23:56:09 2012 +0300
+++ b/Makefile.am	Fri Aug 03 14:19:03 2012 +0300
@@ -66,7 +66,7 @@
 	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1=-ldovecot-login|" \
 	-e "s|^\(LIBDOVECOT_SQL\)=.*$$|\1=-ldovecot-sql|" \
 	-e "s|^\(LIBDOVECOT_SSL\)=.*$$|\1=-ldovecot-ssl|" \
-	-e "s|^\(LIBDOVECOT_COMPRESS\)=.*$$|\1=-ldovecot-compress|" \
+	-e "s|^\(LIBDOVECOT_COMPRESS\)=.*$$|\1=-ldovecot-compression|" \
 	-e "s|^\(LIBDOVECOT_LDA\)=.*$$|\1=-ldovecot-lda|" \
 	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1=-ldovecot-storage|" \
 	-e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \


More information about the dovecot-cvs mailing list