GNOME Bugzilla – Bug 642623
Does not build with --no-add-needed
Last modified: 2011-06-03 13:48:21 UTC
The package doesn’t build when the linker is passed --no-add-needed (which is now the default in Debian, at least). This is because server/lib/e2k-autoconfig.c uses res_querydomain which now requires an explicit link to libresolv. Adding -lresolv to libexchange_la_LIBADD does the trick (but you might want to add it in configure.ac instead).
Thanks for a bug report. Does the patch from bug #633948 work for you, please?
I have not tested, but I have all reasons to believe that it would fix the bug.
Thanks for the update. So I'm marking this as a duplicate of it. Note that I updated the patch there and committed it to master. *** This bug has been marked as a duplicate of bug 633948 ***