Bug#480041: confirmation that debian #480041 is a gnutls problem, and steps to reproduce
Joe Orton
joe at manyfish.co.uk
Fri Nov 21 17:02:14 EST 2008
On Fri, Nov 21, 2008 at 12:31:14PM -0500, Daniel Kahn Gillmor wrote:
> On Fri 2008-11-21 08:20:40 -0500, Joe Orton wrote:
>
> > neon already has a callback which does that, yeah.
> >
> > Daniel, can you try this neon patch?
>
> neon27 FTBFS for me right now (i opened http://bugs.debian.org/506464
> to try to figure that out) so it'll probably take me a little while to
> try out the patch. But thanks for offering it, Joe. If i can get
> neon to build properly, i'll give it a shot.
Could require this patch to neon's Makefile.in, which I just checked in:
Index: Makefile.in
===================================================================
--- Makefile.in (revision 1616)
+++ Makefile.in (working copy)
@@ -119,10 +119,10 @@
again: clean
-Makefile: Makefile.in
+Makefile: $(srcdir)/Makefile.in
@./config.status Makefile
-neon-config: neon-config.in
+neon-config: $(srcdir)/neon-config.in
@./config.status neon-config
install-docs: install-man install-html
More information about the neon
mailing list