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