nixpkgs/pkgs/shells/bash
Tuomas Tynkkynen dff0ba38a2 bash: Set bash_cv_getcwd_malloc=yes when cross compiling
Because if you don't, the configure script assumes that your getcwd()
function is broken. Which then makes bash use it's own getcwd()
implementation, which doesn't work if the path to the current directory
contains bind mounts in its paths. This shows up as:

shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor

... and fails the aarch64 glibc build with sandboxes enabled.

Sigh.
2017-03-14 00:33:29 +02:00
..
4.4.nix bash: Set bash_cv_getcwd_malloc=yes when cross compiling 2017-03-14 00:33:29 +02:00
bash-4.3-patches.nix bash-4.3-p46 -> bash-4.3-p48 2017-01-04 22:37:07 +01:00
bash-4.4-patches.nix bash-4.4: p0 -> p5 + a security patch from Gentoo 2017-01-05 01:01:02 +01:00
cygwin-bash-4.3.33-1.src.patch cygwin: bash updated to 4.3 for cygwin platform 2015-05-29 10:18:06 +02:00
update-patch-set.sh pkgs/shells/bash: updated "interactive" bash to version 4.2 2011-09-28 14:37:03 +00:00