Details
Description
MariaDB 10.1.22 doesn't compile on Debian GNU Hurd, because Hurd doesn't have PATH_MAX defined.
A simple
#ifndef PATH_MAX
|
#define PATH_MAX 4096
|
#endif
|
is usually needed to fix the issue.
A full build log is available from here: https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.1&arch=hurd-i386&ver=10.1.22-1&stamp=1490003259&raw=0