mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
applied poll_del_event_at_exit.patch: http://mailman.nginx.org/pipermail/nginx-devel/2012-June/002328.html
This commit is contained in:
@ -72,6 +72,9 @@ patch -p1 < $root/patches/nginx-$main_ver-add_core_vars_polluting_globals.patch
|
||||
echo applying resolver_debug_log_overflow.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-resolver_debug_log_overflow.patch || exit 1
|
||||
|
||||
echo applying poll_del_event_at_exit.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-poll_del_event_at_exit.patch
|
||||
|
||||
#echo "INFO: applying null-character-fixes patch"
|
||||
#patch -p0 < $root/patches/nginx-$main_ver-null_character_fixes.patch || exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user