From d5357f973488dc587cea244326587ba0c595dae3 Mon Sep 17 00:00:00 2001 From: James ZHANG <> Date: Sat, 7 Dec 2019 16:53:56 +0800 Subject: [PATCH] repair the `Hunk 1 FAILED 89/89` of no_Werror --- patches/nginx-1.17.4-no_Werror.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/nginx-1.17.4-no_Werror.patch b/patches/nginx-1.17.4-no_Werror.patch index f4d8aa2..cb8ada7 100644 --- a/patches/nginx-1.17.4-no_Werror.patch +++ b/patches/nginx-1.17.4-no_Werror.patch @@ -1,8 +1,8 @@ diff -urp nginx-1.17.4/auto/cc/clang nginx-1.17.4-patched/auto/cc/clang --- nginx-1.17.4/auto/cc/clang 2014-03-04 03:39:24.000000000 -0800 +++ nginx-1.17.4-patched/auto/cc/clang 2014-03-13 20:54:26.241413360 -0700 -@@ -89,7 +89,7 @@ CFLAGS="$CFLAGS -Wconditional-uninitiali - CFLAGS="$CFLAGS -Wno-unused-parameter" +@@ -89,7 +89,7 @@ if [ "$NGX_SYSTEM" = "Darwin" ]; then + fi # stop on warning -CFLAGS="$CFLAGS -Werror"