[patch] for adding -lnetwork support for Haiku

Joe Orton joe at manyfish.co.uk
Wed Mar 4 09:33:21 EST 2009


On Wed, Mar 04, 2009 at 08:56:05AM +0000, scott mc wrote:
> Neon 0.28.4 works on Haiku without having to patch.  Although the
> included config.guess and config.sub are from a version just prior to
> when Haiku was added.  Perhaps the next release these can be refreshed
> from gnulib git?  Also I tried running make check and it errors out on
> "test/common/tests.c" for missing sys/signal.h, I checked my handy
> POSIX book and see that it should be <signal.h>. I then opened the
> file and looked at it and it's doing a #include <sys/signal.h>
> followed by and #if HAVE_SIGNAL_H check surroundings an
> #include<signal.h>, so I think this can just be removed or do some
> systems not detect it correctly?  Haiku likes to have it as <signal.h>
> rather than <sys/signal.h>, so I just put a // in front of the
> #include <sys/signal.h> and make check then built fine. 

I've no idea, I've removed it, let's see what breaks...

> Here's the output of make check on Haiku r29182:

Nice!  Thanks for following up.

Regards, Joe




More information about the neon mailing list