Bug#320736: Patch to handle PATH_MAX-less systems

2009-03-17 Thread Samuel Thibault
unarchive 320736 found 320736 0.115.6-1 thanks Hello, 07_path-max.patch got dropped because upstream was said to be fixed, but it doesn't seem to be: there is still a bunch of PATH_MAX occurrences, and no default value in the headers. Please reintroduce it (I've attached an updated version to th

Bug#320736: Patch to handle PATH_MAX-less systems

2005-07-31 Thread Julien PUYDT
Package: jack-audio-connection-kit Version: 0.100.0-2 Hi, the following patch makes it possible to compile the sources on systems where PATH_MAX isn't defined (ie: it allows to get packages on GNU/Hurd!). Notice that this patch works by basically defining PATH_MAX to 1024 for those systems ;