From e8990b7d030304e4fc6a4c782370dbb6739746a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Sun, 13 May 2012 21:34:16 +0800 Subject: [PATCH] upgraded LuaJIT to 2.0.0beta10. --- util/configure | 6 +++--- util/mirror-tarballs | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/util/configure b/util/configure index 526a5f7..8154d82 100755 --- a/util/configure +++ b/util/configure @@ -515,9 +515,9 @@ _END_ .q{ -DLUA_USE_ASSERT'}; } - if ($platform =~ /bsd/i) { - $extra_opts .= ' CFLAGS=-I..'; - } + #if ($platform =~ /bsd/i) { + #$extra_opts .= ' CFLAGS=-I..'; + #} if ($on_solaris) { $extra_opts .= " INSTALL_X='$root_dir/build/install -m 0755' " . diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 69fb770..1ddcb7d 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -237,17 +237,17 @@ rm lua-makefile-fix.patch || exit 1 ################################# -ver=2.0.0-beta9 +ver=2.0.0-beta10 $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/beta9_hotfix1.patch -O beta9_hotfix1.patch +#patch -p1 < beta9_hotfix1.patch || exit 1 +#rm beta9_hotfix1.patch || exit 1 -cp $root/misc/unwind-generic.h ./unwind.h || exit 1 -cd .. +#cp $root/misc/unwind-generic.h ./unwind.h || exit 1 +#cd .. #################################