small-package/luci-app-nginx-pingos/patches/201-ignore-invalid-options....

13 lines
368 B
Diff
Raw Normal View History

2021-09-24 23:37:27 +08:00
--- a/auto/options
+++ b/auto/options
@@ -396,8 +396,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