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