--- rpl/src/rpl.c 2016/09/27 15:29:40 1.187 +++ rpl/src/rpl.c 2016/10/11 11:57:02 1.188 @@ -27,6 +27,11 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wclobbered" +#ifdef BROKEN_SIGSEGV +# undef HAVE_STACK_OVERFLOW_RECOVERY +# undef HAVE_SIGSEGV_RECOVERY +#endif + /* ================================================================================ @@ -2452,7 +2457,7 @@ rplinit(int argc, char *argv[], char *en if (debug == d_faux) { -# ifdef HAVE_SIGSEGV_RECOVERY +# if defined(HAVE_SIGSEGV_RECOVERY) if (sigsegv_install_handler(interruption_violation_access) != 0) { # ifndef SEMAPHORES_NOMMES