tags 518858 +patch
thanks
A bit of grepping determined the following
linux/limits.h defines an ARG_MAX
however the various headers that include linux/limits.h explicitly state
that the version from the linux kernel headers is wrong and explicitly
undefine it.
/usr/include/bits/xopen_lim.h states
"Please note only the values which are not greater than the minimum
stated in the standard document are listed. The `sysconf' functions
should be used to obtain the actual value."
and
"/* We do not provide fixed values for
ARG_MAX Maximum length of argument to the `exec' function
including environment data. "
I took this as a hint, read the sysconf manpage and replaced "ARG_MAX"
with "sysconf(_SC_ARG_MAX)" in libnetbsd/glob.c . This made the package
build sucessfully (I have not tested if it works though)
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org