nixpkgs/pkgs/os-specific/linux/busybox
Vladimír Čunát 784f69e6ae 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.
2015-10-25 10:20:08 +01:00
..
busybox-in-store.patch busybox: Allow running from within the Nix store 2014-10-29 13:43:00 +01:00
default.nix busybox: fix minimal build with musl libc 2015-10-25 10:20:08 +01:00