Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.6.1
-
None
-
Debian GNU/Hurd 0.3.
-
d98a1d569533891bb6def33c3233f1ebaf82d9fa
Description
When compiling Qt 4.6.1 on GNU/Hurd, the build fails in qtestcase.cpp.
The reason is the unconditional usage of SA_SIGINFO, which is defined only if the current OS has support for the sa_sigaction field in the struct sigaction.
The attached patches fixes the issue, just checking for SA_SIGACTION only when defined.