dovecot-2.2: dsync: Fixed linking with some systems.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 5 17:57:10 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/768073f6fccf
changeset: 17885:768073f6fccf
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 20:56:39 2014 +0300
description:
dsync: Fixed linking with some systems.

diffstat:

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

diffs (12 lines):

diff -r 4d07c32012ff -r 768073f6fccf src/doveadm/dsync/Makefile.am
--- a/src/doveadm/dsync/Makefile.am	Sun Oct 05 13:24:02 2014 +0300
+++ b/src/doveadm/dsync/Makefile.am	Sun Oct 05 20:56:39 2014 +0300
@@ -34,7 +34,7 @@
 	dsync-transaction-log-scan.c
 
 libdovecot_dsync_la_SOURCES =
-libdovecot_dsync_la_LIBADD = libdsync.la ../../lib-storage/libdovecot-storage.la
+libdovecot_dsync_la_LIBADD = libdsync.la ../../lib-storage/libdovecot-storage.la ../../lib-dovecot/libdovecot.la
 libdovecot_dsync_la_DEPENDENCIES = libdsync.la
 libdovecot_dsync_la_LDFLAGS = -export-dynamic
 


More information about the dovecot-cvs mailing list