Skip to content

Commit

Permalink
applied the hotfix #1 for luajit 2.0.0 beta11.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 22, 2012
1 parent ce23e95 commit c0c25af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions util/mirror-tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -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
tar -xzf LuaJIT-$ver.tar.gz || exit 1

#cd LuaJIT-$ver || exit 1;
#$root/util/get-tarball http://luajit.org/download/beta9_hotfix1.patch -O beta9_hotfix1.patch
#patch -p1 < beta9_hotfix1.patch || exit 1
#rm beta9_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 ..

#################################

Expand Down
2 changes: 1 addition & 1 deletion util/ver
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#main_ver=1.3.7
main_ver=1.2.4
minor_ver=3
minor_ver=5rc1
version=$main_ver.$minor_ver
echo $version

0 comments on commit c0c25af

Please sign in to comment.