mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
When cross-compiling bash, configure script is not able to tell if `getcwd()` supports dynamic paths (internally malloc-ed buf), thus defaulting to an internal version which may break in overlong scenarios. glibc supports this mode, so this commit turns on the corresponding bash feature.