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