Blame SOURCES/nginx-auto-cc-gcc.patch

c4323e
--- auto/cc/gcc.orig	2007-03-22 08:34:53.000000000 -0600
c4323e
+++ auto/cc/gcc	2007-03-22 08:58:47.000000000 -0600
c4323e
@@ -172,7 +172,9 @@
c4323e
 
c4323e
 
c4323e
 # stop on warning
c4323e
-CFLAGS="$CFLAGS -Werror"
c4323e
+# This combined with Fedora's FORTIFY_SOURCE=2 option causes it nginx
c4323e
+# to not compile.
c4323e
+#CFLAGS="$CFLAGS -Werror"
c4323e
 
c4323e
 # debug
c4323e
 CFLAGS="$CFLAGS -g"