dovecot-2.2-pigeonhole: Fixed compile on Mageia Linux.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Jan 14 13:58:05 EET 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/fe5f2738d538
changeset: 1711:fe5f2738d538
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Dec 26 11:52:03 2012 +0100
description:
Fixed compile on Mageia Linux.
Added LIBDOVECOT_STORAGE to library dependencies in src/lib-sieve/Makefile.am.

diffstat:

 src/lib-sieve/Makefile.am |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r fc0bf6b1cb6b -r fe5f2738d538 src/lib-sieve/Makefile.am
--- a/src/lib-sieve/Makefile.am	Sat Dec 22 22:27:34 2012 +0100
+++ b/src/lib-sieve/Makefile.am	Wed Dec 26 11:52:03 2012 +0100
@@ -70,8 +70,8 @@
 	$(extdir)/vnd.dovecot/duplicate/libsieve_ext_duplicate.la \
 	$(unfinished_plugins)
 
-libdovecot_sieve_la_DEPENDENCIES = $(plugins) $(LIBDOVECOT_LDA_DEPS)
-libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT) $(LIBDOVECOT_LDA)
+libdovecot_sieve_la_DEPENDENCIES = $(plugins) $(LIBDOVECOT_LDA_DEPS) $(LIBDOVECOT_STORAGE_DEPS) $(LIBDOVECOT_DEPS)
+libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT_LDA) $(LIBDOVECOT_STORAGE) $(LIBDOVECOT)
 
 libdovecot_sieve_la_SOURCES = \
 	rfc2822.c \


More information about the dovecot-cvs mailing list