diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-26 15:06:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-26 15:06:43 +0000 |
commit | b18a60e1accf47ea1bd2567f7ee0988f0750ddcd (patch) | |
tree | 1ea9ae390b31ea22bb9409cff64b32b96380fba3 /package/lua/Makefile | |
parent | 3fee02f1a927d9c88886e1c981a031076b963b42 (diff) | |
download | mtk-20170518-b18a60e1accf47ea1bd2567f7ee0988f0750ddcd.zip mtk-20170518-b18a60e1accf47ea1bd2567f7ee0988f0750ddcd.tar.gz mtk-20170518-b18a60e1accf47ea1bd2567f7ee0988f0750ddcd.tar.bz2 |
lua: introduce soft memory limits that trigger a gc run but do not result in an oom error
SVN-Revision: 17016
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r-- | package/lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index f5fca7b..b418b30 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua PKG_VERSION:=5.1.4 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ |