Discussion:
[bug-mailutils] Bug reported17 Jul 2015 21:31:15 -0700 still exists
Henman
2016-01-03 08:59:17 UTC
Permalink
,
I am trying to update my system and get back into mailutils. I can
configure, but make runs into "undefined references" and abort

Package: mailutils-2.99.99.tar.xz

-------------------------------
make[3]: Entering directory
'/usr/local/src/mailutils/mailutils-2.99.99/pop3d'
CCLD pop3d
pop3d.o: In function `main':
/usr/local/src/mailutils/mailutils-2.99.99/pop3d/pop3d.c:575: undefined
reference to `mu_tcpwrapper_cfg_init'
/usr/local/src/mailutils/mailutils-2.99.99/pop3d/pop3d.c:585: undefined
reference to `mu_tcp_wrapper_prefork'
collect2: error: ld returned 1 exit status
Makefile:1354: recipe for target 'pop3d' failed
--------------------------------

The ( Fri, 17 Jul 2015 21:31:15 -0700 ) forum message states that
inserting

${top_builddir}/lib/libmutcpwrap.a

into the LDADD section in Makefile solves this, but it implies multiple directories.
Is there already a patch for this or which Makefiles do I need to add it to?

Regards,
Henman

Loading...