1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
openmptcprouter-feeds/nginx/patches/201-ignore-invalid-options.patch

13 lines
368 B
Diff
Raw Normal View History

2018-07-24 19:48:58 +00:00
--- a/auto/options
+++ b/auto/options
2018-12-12 20:28:20 +00:00
@@ -397,8 +397,7 @@ $0: warning: the \"--with-sha1-asm\" opt
2018-07-24 19:48:58 +00:00
--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