Details
Description
Hello,
The attached patch solves the build problems for GNU/Hurd due to unconditional use of PATH_MAX which is not defined on Hurd (and is optional in POSIX). The functions used are realpath (newSrc, NULL) from POSIX.1-2008 and getcwd (NULL, 0) from glibc-based systems.