Re: [PATCH trivial] do not fail build if SIGPWR is not defined

2014-01-29 Thread Harald Becker
Hi Michael ! Apparently, some *BSD variants (and maybe some other OSes) does not define SIGPWR signal. So since commit 760fc6debcba8c, busybox fails to build on such platforms. Fix this. +#ifdef SIGPWR + (1 SIGPWR) /* halt */ +#endif + (1

Re: [PATCH trivial] do not fail build if SIGPWR is not defined

2014-01-29 Thread Michael Tokarev
29.01.2014 12:51, Harald Becker пишет: Hi Michael ! Apparently, some *BSD variants (and maybe some other OSes) does not define SIGPWR signal. So since commit 760fc6debcba8c, busybox fails to build on such platforms. Fix this. +#ifdef SIGPWR + (1 SIGPWR) /* halt