mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update nginx package
This commit is contained in:
parent
6b4e5d99bd
commit
e633e10b09
7 changed files with 623 additions and 206 deletions
12
nginx/patches/201-ignore-invalid-options.patch
Normal file
12
nginx/patches/201-ignore-invalid-options.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue