Skip to content

Commit

Permalink
skipped applying the upstream_test_connect_kqueue patch for nginx 1.2…
Browse files Browse the repository at this point in the history
….6+ because it already includes it.
  • Loading branch information
agentzh committed Dec 24, 2012
1 parent 0808bba commit 70ab263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ngx-build
Expand Up @@ -257,7 +257,9 @@ sub apply_patches {

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

shell("patch -p0 < $root/../ngx_openresty/patches/nginx-$version-upstream_test_connect_kqueue.patch");
unless ($ver ge '001002006') {
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");

Expand Down

0 comments on commit 70ab263

Please sign in to comment.