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