ignatenkobrain / rpms / nginx

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