only apply gcc-maybe-uninitialized-warning.patch for nginx 1.4.1+.
This commit is contained in:
parent
bb367bc9e6
commit
cef62e1aa8
|
@ -157,9 +157,12 @@ echo "$info_txt applying patches/nginx-$main_ver-invalid_referer_hash.patch for
|
||||||
patch -p1 < $root/patches/nginx-$main_ver-invalid_referer_hash.patch || exit 1
|
patch -p1 < $root/patches/nginx-$main_ver-invalid_referer_hash.patch || exit 1
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "$info_txt applying patches/nginx-$main_ver-gcc-maybe-uninitialized-warning.patch for nginx"
|
answer=`$root/util/ver-ge "$main_ver" 1.4.1`
|
||||||
patch -p1 < $root/patches/nginx-$main_ver-gcc-maybe-uninitialized-warning.patch
|
if [ "$answer" = "Y" ]; then
|
||||||
echo
|
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
|
||||||
|
|
||||||
rm -f *.patch || exit 1
|
rm -f *.patch || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue