Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 784f69e6aef56ac673db9e89ab25e06094380040
https://github.com/NixOS/nixpkgs/commit/784f69e6aef56ac673db9e89ab25e06094380040
Author: Vladimír Čunát <[email protected]>
Date: 2015-10-25 (Sun, 25 Oct 2015)
Changed paths:
M pkgs/os-specific/linux/busybox/default.nix
Log Message:
-----------
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.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits