dovecot-2.2-pigeonhole: Fixed compile against installed Dovecot ...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Sep 23 18:15:06 EEST 2012


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/8144fb698cb3
changeset: 1679:8144fb698cb3
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Sep 18 20:42:25 2012 +0200
description:
Fixed compile against installed Dovecot headers.
This was broken by the ld.gold fix.

diffstat:

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

diffs (12 lines):

diff -r 2347ddfd9057 -r 8144fb698cb3 src/lib-sieve/Makefile.am
--- a/src/lib-sieve/Makefile.am	Tue Sep 18 16:20:22 2012 +0200
+++ b/src/lib-sieve/Makefile.am	Tue Sep 18 20:42:25 2012 +0200
@@ -71,7 +71,7 @@
 	$(unfinished_plugins)
 
 libdovecot_sieve_la_DEPENDENCIES = $(plugins) $(LIBDOVECOT_LDA_DEPS)
-libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT_LDA)
+libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT) $(LIBDOVECOT_LDA)
 
 libdovecot_sieve_la_SOURCES = \
 	rfc2822.c \


More information about the dovecot-cvs mailing list