glibc no longer defines ARG_MAX for some reason. fish won't compile without
it, however.The workaround is to, in exec.c at least, insert
#define ARG_MAX (sysconf(_SC_ARG_MAX))
after the headers.
The very simple output of diff:
26a27,28
> #define ARG_MAX sysconf(_SC_ARG_MAX)
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users