Skip to content
Commit 784f69e6 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

busybox: fix minimal build with musl libc

Now we always enable large file support, as it should be cheap enough,
and avoids also problems on some filesystems #10181.

The minimal build disables (almost) all options, so it was building
without large file support. However, in musl the `off_t` is *always*
64-bit, which lead to problems, now detected during build time.
parent d6756301
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment