From 1a91ab941c5b41ec7260a8f19bc17588335f7be4 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, 25 Dec 2011 20:40:19 +0800 Subject: [PATCH] re-enable bundling unwind.h for LuaJIT on *BSD and Solaris because we still need to do that. --- util/mirror-tarballs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index c3a2e76..48892b7 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -211,12 +211,12 @@ ver=2.0.0-beta9 $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; +cd LuaJIT-$ver || exit 1; #$root/util/get-tarball http://luajit.org/download/beta8_hotfix1.patch -O beta8_hotfix1.patch #patch -p1 < beta8_hotfix1.patch || exit 1 #rm beta8_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 .. #################################