Hi Mat, On 02/10/2016 05:48 PM, Mat Martineau wrote: > './configure --disable-optimization --enable-maintainer-mode' would > claim that signalfd was not available. _FORTIFY_SOURCE requires that > optimization is enabled and issues a compile-time warning which is > treated as an error. Disabling optimization takes precedence over > fortification in this case, since it is being explicitly requested. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Regards, -Denis