mirror of
				https://github.com/flatcar/scripts.git
				synced 2025-10-31 00:01:03 +01: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.