On Mon, May 20, 2013 at 01:55:33PM +0300, Lauri Kasanen wrote: > Hi, > > Building fastcgi on master gives this error: > fastcgi.c: In function 'fcgi_handle_cgi_header': > fastcgi.c:75: warning: implicit declaration of function 'strndup' > fastcgi.c:75: warning: incompatible implicit declaration of built-in > function 'strndup' > > According to the man page, on glibc < 2.10, you need to define > _GNU_SOURCE before including string.h.
Thanks, I just pushed a fix for this. commit 7fa54197d6b3cd470170e5a9fd606e9d1a277236 > > - Lauri -- Sonny Karlsson _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
