[PATCH] Config: select PLATFORM_LINUX if using sendfile()

Bartosz Gołaszewski bartekgola at gmail.com
Wed Dec 10 13:33:54 UTC 2014


2014-12-10 14:20 GMT+01:00 Ralf Friedl <Ralf.Friedl at online.de>:
> I suggest ddoing it the other way, enable sendfile only for Linux.
> As it is, sendfile is enabled by default, which would automatically select
> Linux, which might select other things that don't work on non-Linux systems.
>

There are many config options which are enabled by default and select
PLATFORM_LINUX - we should be consistent, so either make them all
depend on PLATFORM_LINUX or leave it as it is.

Bart


More information about the busybox mailing list