dovecot-2.1: Makefile: Add -lssl to installed dovecot-config's L...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Oct 31 13:24:59 EET 2012
details: http://hg.dovecot.org/dovecot-2.1/rev/7d931927e4ac
changeset: 14793:7d931927e4ac
user: Timo Sirainen <tss at iki.fi>
date: Wed Oct 31 13:24:49 2012 +0200
description:
Makefile: Add -lssl to installed dovecot-config's LIBDOVECOT_STORAGE if needed.
diffstat:
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9cdeab12f3e1 -r 7d931927e4ac Makefile.am
--- 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
More information about the dovecot-cvs
mailing list