Skip to content

Commit

Permalink
ngx-build: now we apply slab_alloc_no_memory_as_info.patch by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 6, 2012
1 parent e500e16 commit 0808bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ngx-build
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ sub apply_patches {


shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-upstream_test_connect_kqueue.patch"); shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-upstream_test_connect_kqueue.patch");


shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-slab_alloc_no_memory_as_info.patch");

unless ($ver ge '001000008') { unless ($ver ge '001000008') {
warn "applying request-body-preread patch...\n"; warn "applying request-body-preread patch...\n";
shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-request_body_preread_fix.patch"); shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-request_body_preread_fix.patch");
Expand Down

0 comments on commit 0808bba

Please sign in to comment.