Bug#648993: ecl: FTBFS on hurd-i386

2012-02-05 Thread Pino Toscano
Alle domenica 5 febbraio 2012, Samuel Thibault ha scritto: > Pino Toscano, le Sun 05 Feb 2012 12:56:39 +0100, a écrit : > > note I don't think it should be forwarded upstream, as it is not > > clean and kind of working around the lack of realtime signals in > > Hurd.

Bug#648993: ecl: FTBFS on hurd-i386

2012-02-05 Thread Pino Toscano
tream, as it is not clean and kind of working around the lack of realtime signals in Hurd. -- Pino Toscano --- a/src/c/unixint.d +++ b/src/c/unixint.d @@ -1073,6 +1073,8 @@ { #ifdef SIGRTMIN # define DEFAULT_THREAD_INTERRUPT_SIGNAL SIGRTMIN + 2 +#elif defined(__GNU__) +# define DEFA