Blame SOURCES/configure.ac.patch

b44402
diff --git a/configure.ac b/configure.ac
b44402
index 0659008..43f79d8 100644
b44402
--- a/configure.ac
b44402
+++ b/configure.ac
b44402
@@ -136,7 +136,7 @@ fi
b44402
 [enable_secure="1"]
b44402
 )
b44402
 if test "x$enable_secure" = "x1" ; then
b44402
-  CFLAGS="$CFLAGS -fstack-protector"
b44402
+  CFLAGS="$CFLAGS -fstack-protector-strong -fstack-clash-protection"
b44402
   LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
b44402
b44402
   if test "$CFLAGS" != "${CFLAGS%-O0*}" ; then # if CFLAGS contains -O0