Package: mod_mono
Version: 2.4.2-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

The SIGPWR signal does not exist on GNU/kFreeBSD,
please guard it as shown bellow.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr

--- src/mod_mono.c
+++ src/mod_mono.c
@@ -1772,7 +1772,9 @@

        /* Unblock signals Mono uses: see bug #472732 */
        sigemptyset (&sigset);
+#ifdef SIGPWR
        sigaddset (&sigset, SIGPWR);
+#endif
        sigaddset (&sigset, SIGXCPU);
        sigaddset (&sigset, 33);
        sigaddset (&sigset, 35);




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to