ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/nginx/patches/201-ignore-invalid-options.patch b/external/subpack/net/nginx/patches/201-ignore-invalid-options.patch
new file mode 100644
index 0000000..d208bf5
--- /dev/null
+++ b/external/subpack/net/nginx/patches/201-ignore-invalid-options.patch
@@ -0,0 +1,12 @@
+--- a/auto/options
++++ b/auto/options
+@@ -400,8 +400,7 @@ $0: warning: the \"--with-sha1-asm\" opt
+ --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
+
+ *)
+- echo "$0: error: invalid option \"$option\""
+- exit 1
++ echo "$0: error: ignoring invalid option \"$option\""
+ ;;
+ esac
+ done