nginx: bump to 1.25.5 release
[feed/packages.git] / net / nginx / patches / nginx / 201-ignore-invalid-options.patch
1 --- a/auto/options
2 +++ b/auto/options
3 @@ -413,8 +413,7 @@ $0: warning: the \"--with-sha1-asm\" opt
4 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
5
6 *)
7 - echo "$0: error: invalid option \"$option\""
8 - exit 1
9 + echo "$0: error: ignoring invalid option \"$option\""
10 ;;
11 esac
12 done