|
|
|
@ -322,14 +322,14 @@ echo
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
ver=2.0.0
|
|
|
|
|
ver=2.0.1
|
|
|
|
|
$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
|
|
|
|
|
|
|
|
|
|
echo "$info_txt applying luajit-2.0.0-2ad9834d.patch for luajit 2.0.0"
|
|
|
|
|
cd LuaJIT-$ver || exit 1;
|
|
|
|
|
patch -p1 < $root/patches/luajit-2.0.0-2ad9834d.patch || exit 1
|
|
|
|
|
cd .. || exit 1
|
|
|
|
|
#echo "$info_txt applying luajit-2.0.0-2ad9834d.patch for luajit 2.0.0"
|
|
|
|
|
#cd LuaJIT-$ver || exit 1;
|
|
|
|
|
#patch -p1 < $root/patches/luajit-2.0.0-2ad9834d.patch || exit 1
|
|
|
|
|
#cd .. || exit 1
|
|
|
|
|
|
|
|
|
|
#$root/util/get-tarball http://luajit.org/download/beta11_hotfix1.patch -O beta11_hotfix1.patch
|
|
|
|
|
#patch -p1 < beta11_hotfix1.patch || exit 1
|
|
|
|
|