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