mirror of
https://github.com/openresty/openresty
synced 2025-02-23 08:19:34 +01:00
re-enable bundling unwind.h for LuaJIT on *BSD and Solaris because we still need to do that.
This commit is contained in:
parent
2b7c8182d9
commit
1a91ab941c
@ -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 ..
|
||||
|
||||
#################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user