Re: Svante Signell 2016-05-09 <[email protected]> > Source: corosync > Version: 2.3.5-5 > Severity: important > Tags: patch > User: [email protected] > Usertags: hurd > > Hello, > > Currently corosync FTBFS on GNU/Hurd due to lack of definitions of two > constants > PATH_MAX and PIPE_BUF. The attached patch fixes this by defining PATH_MAX to > 4096 in configure.ac if not defined in <limits.h> and PIPE_BUF to > _POSIX_PIPE_BUF in configure.ac if not defined in <limits.h>.
Hi, thanks for the patch! I had actually already prepared something in git, but your patch is much nicer. Will upload shortly. Christoph

