]> git.pld-linux.org Git - packages/nginx.git/blob - nginx-no-Werror.patch
Up to 1.26.0
[packages/nginx.git] / nginx-no-Werror.patch
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.063444 seconds and 3 git commands to generate.