On Sun, Apr 17, 2011 at 11:19:10PM +0200, Denys Vlasenko wrote:
> > Finally, one thing that's not in the patch, but should be: Busybox's
> > "make config" and "make menuconfig" require a some POSIX interfaces to
> > be provided by the standard C headers, so on musl, HOSTCFLAGS
> > containing -D_POSIX_C_SOURCE=... or -D_XOPEN_SOURCE=... or
> > -D_GNU_SOURCE is needed to avoid compile-time errors that prevent
> > configuration. Adding -D_POSIX_C_SOURCE=200112L (or whatever version
> > you like) to the default host cflags would be more correct and would
> > avoid this issue.
> 
> Let's add those defines to the .c files which need them.
> Can you let me know which ones need them?

Thanks for committing - and sorry for screwing up and first sending
the patch off-list then forgetting to reattach it when I mailed the
list.

Rich
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to