mirror of
https://github.com/openresty/openresty
synced 2024-11-14 08:45:50 +01:00
upgraded luajit to 2.0.0-rc1.
This commit is contained in:
parent
0602a38652
commit
6ca011f192
@ -280,17 +280,17 @@ patch -p0 < $root/patches/lua-$ver-disable_lua50_compat.patch || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=2.0.0-beta11
|
||||
ver=2.0.0-rc1
|
||||
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
|
||||
tar -xzf LuaJIT-$ver.tar.gz || exit 1
|
||||
|
||||
cd LuaJIT-$ver || exit 1;
|
||||
$root/util/get-tarball http://luajit.org/download/beta11_hotfix1.patch -O beta11_hotfix1.patch
|
||||
patch -p1 < beta11_hotfix1.patch || exit 1
|
||||
rm beta11_hotfix1.patch || exit 1
|
||||
#cd LuaJIT-$ver || exit 1;
|
||||
#$root/util/get-tarball http://luajit.org/download/beta11_hotfix1.patch -O beta11_hotfix1.patch
|
||||
#patch -p1 < beta11_hotfix1.patch || exit 1
|
||||
#rm beta11_hotfix1.patch || exit 1
|
||||
|
||||
#cp $root/misc/unwind-generic.h ./unwind.h || exit 1
|
||||
cd ..
|
||||
#cd ..
|
||||
|
||||
#################################
|
||||
|
||||
|
2
util/ver
2
util/ver
@ -2,7 +2,7 @@
|
||||
|
||||
#main_ver=1.3.7
|
||||
main_ver=1.2.4
|
||||
minor_ver=5
|
||||
minor_ver=7rc1
|
||||
version=$main_ver.$minor_ver
|
||||
echo $version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user