[Dovecot] libdovecot not referencing libiconv
Timo Sirainen
tss at iki.fi
Tue May 25 20:24:47 EEST 2010
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?
More information about the dovecot
mailing list