Jordi Mallach <[email protected]> ha escrit: > Let me use the opportunity to point you to the Debian patch tracker, > again: I nearly forgot to tell you I have collected a few more!
OK, thanks for reminding me. > - lber_ldadd.diff: needs to be considered. Fixes builds with > binutils-gold. ... and breaks everything else:^) /bin/ld: cannot find -lber collect2: ld returned 1 exit status I'd suggest to use LDFLAGS for any additional libraries that might be needed: ./configure LDFLAGS=-lber .... > - ssl_key_permission_check.diff: needs to be discussed, see comments in > the patch. Yes, that's important, but the proposed solution is pretty Debian-specific. I'll better see how to make permission checks configurable at run-time. > - fix_FTBFS_with_format-security.diff: needs to be fixed, but needs > adapting in the new codebase. As far as I can see, that has been fixed already. > - sieve.scm_help_output.diff: _please_ apply this trivial one. Applied. > - mailutils.scm_variables.diff: we discussed that mailutils.scm had some > problems with its path autogeneration. Apparently it hasn't changed in > git. Any chance we can get this addressed with a real fix? I have removed mailutils.scm from EXTRA_DIST, this should fix it. > - disable_am_gnu_radius.diff: regarding this one, I proposed addign > radius.m4 to gnulib; was there any progress with that? It has already been fixed: bootstrap now downloads the latest version of this file directly from the Radius repo (see 608036ea). > - remove_MAXHOSTNAMELEN.diff: ignore; backport of your Hurd fixes. This too has already been fixed. There's only one instance of that constant left, it is in libmailutils/base/hostname.c, where its use is intended. Let me know if I have missed something. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
