summaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-04 14:51:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-04 14:51:06 +0000
commitf3e4c152291a1607311c3ea1830b5d61578c8f44 (patch)
treecf3ca40fd5adfcab128f2d05d84e4653d0a240fc /package/lua/Makefile
parentdbea075cd40bd532a1f48b7bf687069aa0941122 (diff)
downloadmaster-31e0f0ae-f3e4c152291a1607311c3ea1830b5d61578c8f44.tar.gz
master-31e0f0ae-f3e4c152291a1607311c3ea1830b5d61578c8f44.tar.bz2
master-31e0f0ae-f3e4c152291a1607311c3ea1830b5d61578c8f44.zip
lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed
SVN-Revision: 26822
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index fdbbddc401..96fa57eaa5 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
-PKG_RELEASE:=7
+PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \