mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
now we apply the dtrace patch by default.
This commit is contained in:
parent
e17fa45a12
commit
c21b63ea3f
@ -90,6 +90,9 @@ patch -p1 < $root/patches/nginx-$main_ver-poll_del_event_at_exit.patch
|
||||
echo applying location_if_inherits_proxy.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch
|
||||
|
||||
echo applying dtrace.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch
|
||||
|
||||
rm -f *.patch || exit 1
|
||||
|
||||
cd .. || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user