497c396bdb
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nginx#bd726b71e50db2c0a3eabdfecd1ec3b8cfefeb08
14 lines
327 B
Diff
14 lines
327 B
Diff
--- auto/cc/gcc.orig 2007-03-22 08:34:53.000000000 -0600
|
|
+++ auto/cc/gcc 2007-03-22 08:58:47.000000000 -0600
|
|
@@ -172,7 +172,9 @@
|
|
|
|
|
|
# stop on warning
|
|
-CFLAGS="$CFLAGS -Werror"
|
|
+# This combined with Fedora's FORTIFY_SOURCE=2 option causes it nginx
|
|
+# to not compile.
|
|
+#CFLAGS="$CFLAGS -Werror"
|
|
|
|
# debug
|
|
CFLAGS="$CFLAGS -g"
|