diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-09 17:45:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-09 17:45:23 +0000 |
commit | 03db00a803c8c8b78c7aa2880ab05f149da72815 (patch) | |
tree | 0e7e03b7d4ab188b06a54b58dffcf01784a92167 /package/lua/Makefile | |
parent | b8a97ca5c51f04b5fb32446c0d1df9186781b231 (diff) | |
download | upstream-03db00a803c8c8b78c7aa2880ab05f149da72815.tar.gz upstream-03db00a803c8c8b78c7aa2880ab05f149da72815.tar.bz2 upstream-03db00a803c8c8b78c7aa2880ab05f149da72815.zip |
package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
SVN-Revision: 16753
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 c7e1814f92..f5fca7b8f8 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:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ |