summaryrefslogtreecommitdiffstats
path: root/README.poky.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-05-13 18:07:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-15 08:57:16 +0100
commit9353730a6be40763710b2d928904012bf7771305 (patch)
treeebad121fd5b4fd34b0b26f9e895354565056fbd9 /README.poky.md
parent96f4a89d8d82c6663a537dec43011190ac395e3a (diff)
downloadpoky-9353730a6be40763710b2d928904012bf7771305.tar.gz
bash: build with bash_cv_getcwd_malloc=yes on musl too
This fixes bash using its own broken getcwd() during cross compiling 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: Fixes errors on musl images like shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor (From OE-Core rev: 2137f68f6e84b669b5aba8f12237f164f710dba2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.poky.md')
0 files changed, 0 insertions, 0 deletions