mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
misc: removed the gcc-maybe-uninitialized-warning patch.
This was fixed in the 1.5.10 release. We unconditionally remove it since we only support NGINX cores 1.6.0 and above.
This commit is contained in:
committed by
Thibault Charbonnier
parent
6d7249f1c4
commit
268229af83
@ -280,13 +280,6 @@ if [ "$answer" = "N" ]; then
|
||||
echo
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.4.1`
|
||||
if [ "$answer" = "Y" ]; then
|
||||
echo "$info_txt applying patches/nginx-$main_ver-gcc-maybe-uninitialized-warning.patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-gcc-maybe-uninitialized-warning.patch
|
||||
echo
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.5.3`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo "$info_txt applying the unix_socket_accept_over_read patch for nginx $ver"
|
||||
|
Reference in New Issue
Block a user