Hey, On 25 January 2012 09:40, Carsten Mattner <carstenmatt...@googlemail.com> wrote: > it seems that the commit 484:0b6490d9a62b "remove _POSIX_C_SOURCE cflag" > broke the build on at least Fedora 16. > > The following patch fixes it on Fedora 16. I haven't tested it on anything > else.
I think that patch is GNU-specific. The problem is that using -D_POSIX_C_SOURCE=2 was breaking builds on FreeBSD, and apparently not having it at all breaks builds on Fedora. So we need to find out which _POSIX_C_SOURCE value works on both BSD and GNU. Ugh. Thanks, cls