dovecot-2.0: dsync tests: Link with iconv libraries to avoid com...

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 10 20:46:48 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/868c0d6462f4
changeset: 10451:868c0d6462f4
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 10 13:46:43 2009 -0500
description:
dsync tests: Link with iconv libraries to avoid compiler errors in some systems.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/dsync/Makefile.am |    3 ++-

diffs (13 lines):

diff -r b6e4cb26c3cb -r 868c0d6462f4 src/dsync/Makefile.am
--- a/src/dsync/Makefile.am	Thu Dec 10 10:56:15 2009 -0500
+++ b/src/dsync/Makefile.am	Thu Dec 10 13:46:43 2009 -0500
@@ -48,7 +48,8 @@ test_libs = \
 	../lib-test/libtest.la \
 	../lib-mail/libmail.la \
 	../lib-imap/libimap.la \
-	../lib/liblib.la
+	../lib/liblib.la \
+	$(LIBICONV)
 
 test_dsync_brain_SOURCES = test-dsync-brain.c test-dsync-worker.c test-dsync-common.c
 test_dsync_brain_LDADD = dsync-data.o dsync-brain.o dsync-worker.o $(test_libs)


More information about the dovecot-cvs mailing list