]> git.pld-linux.org Git - packages/nginx.git/blame - nginx-no-Werror.patch
Up to 1.26.0
[packages/nginx.git] / nginx-no-Werror.patch
CommitLineData
572b4761
JR
1--- auto/cc/gcc.orig 2007-03-22 08:34:53.000000000 -0600
2+++ auto/cc/gcc 2007-03-22 08:58:47.000000000 -0600
3@@ -172,7 +172,8 @@
4
5
6 # stop on warning
7-CFLAGS="$CFLAGS -Werror"
8+# This combined with FORTIFY_SOURCE=2 option causes nginx to not compile.
9+#CFLAGS="$CFLAGS -Werror"
10
11 # debug
12 CFLAGS="$CFLAGS -g"
This page took 0.048675 seconds and 4 git commands to generate.