Blame SOURCES/configure.ac.patch

287860
diff --git a/configure.ac b/configure.ac
287860
index 7c332d7..fa5a487 100644
287860
--- a/configure.ac
287860
+++ b/configure.ac
287860
@@ -159,16 +159,6 @@ fi
287860
 ],
287860
 [enable_secure="1"]
287860
 )
287860
-if test "x$enable_secure" = "x1" ; then
287860
-  CFLAGS="$CFLAGS -fstack-protector"
287860
-  LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
287860
-
287860
-  if test "$CFLAGS" != "${CFLAGS%-O0*}" ; then # if CFLAGS contains -O0
287860
-      echo "WARNING: Could not apply FORTIFY_SOURCE=2 due to lack of optimization (-O0)"
287860
-  else
287860
-      CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" #FORTITFY_SOURCE does not work with -O0 (ex. if enable_debug=1 or enable_gcov=1)
287860
-  fi
287860
-fi
287860
 
287860
 AC_SUBST([enable_secure])
287860