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