1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 19:11:51 +00:00
openmptcprouter-feeds/nginx/patches/201-ignore-invalid-options.patch
2018-07-24 21:48:58 +02:00

12 lines
327 B
Diff

--- a/auto/options
+++ b/auto/options
@@ -391,8 +391,7 @@
--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