applied the hotfix #1 for luajit 2.0.0 beta11.
This commit is contained in:
parent
ce23e95741
commit
c0c25af648
|
@ -284,13 +284,13 @@ ver=2.0.0-beta11
|
||||||
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 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
|
tar -xzf LuaJIT-$ver.tar.gz || exit 1
|
||||||
|
|
||||||
#cd LuaJIT-$ver || exit 1;
|
cd LuaJIT-$ver || exit 1;
|
||||||
#$root/util/get-tarball http://luajit.org/download/beta9_hotfix1.patch -O beta9_hotfix1.patch
|
$root/util/get-tarball http://luajit.org/download/beta11_hotfix1.patch -O beta11_hotfix1.patch
|
||||||
#patch -p1 < beta9_hotfix1.patch || exit 1
|
patch -p1 < beta11_hotfix1.patch || exit 1
|
||||||
#rm beta9_hotfix1.patch || exit 1
|
rm beta11_hotfix1.patch || exit 1
|
||||||
|
|
||||||
#cp $root/misc/unwind-generic.h ./unwind.h || exit 1
|
#cp $root/misc/unwind-generic.h ./unwind.h || exit 1
|
||||||
#cd ..
|
cd ..
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue