Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bison and gettext have a conftest that checks getcwd when length > 4k, which results in a deep dir created that cannot be removed in some enviroments. This makes CI jobs fail with: confdir3/.../confdir3: file name too long This patch overcomes this issue by creating shorter paths with the following configure arg: gl_cv_func_getcwd_path_max="yes, but with shorter paths"
- Loading branch information