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