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