25 May
2010
25 May
'10
8:24 p.m.
On Mon, 2010-05-10 at 13:41 -0400, Jonathan Siegle wrote:
To fix this I did:
--- a/src/lib-dovecot/Makefile.am Mon May 10 12:05:58 2010 -0400 +++ b/src/lib-dovecot/Makefile.am Mon May 10 12:31:36 2010 -0400 @@ -16,7 +16,7 @@ libdovecot_la_LIBADD = \ $(libs) \ $(MODULE_LIBS) \ - $(LTLIBICONV) + $(LIBICONV)
libdovecot_la_DEPENDENCIES = $(libs)
That's going to break other systems. What do you have in LIBICONV and LTLIBICONV in Makefile? Maybe your iconv.m4 doesn't contain support for LTLIBICONV?