mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: bundled the lua-tablepool library.
This commit is contained in:
committed by
Thibault Charbonnier
parent
b5d0128311
commit
7b290a582f
@ -850,6 +850,17 @@ cd ..
|
||||
|
||||
#################################
|
||||
|
||||
ver=0.01
|
||||
$root/util/get-tarball "https://github.com/openresty/lua-tablepool/tarball/v$ver" -O "lua-tablepool-$ver.tar.gz" || exit 1
|
||||
tar -xzf lua-tablepool-$ver.tar.gz || exit 1
|
||||
mv openresty-lua-tablepool-* lua-tablepool-$ver || exit 1
|
||||
cd lua-tablepool-$ver || exit 1
|
||||
sed 's/\$(DESTDIR)\//$(DESTDIR)/g' Makefile > mk || exit 1
|
||||
mv mk Makefile || exit 1
|
||||
cd ..
|
||||
|
||||
#################################
|
||||
|
||||
rm *.tar.gz
|
||||
rm *.tar.bz2
|
||||
|
||||
|
Reference in New Issue
Block a user