diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-04 14:51:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-04 14:51:06 +0000 |
commit | f3e4c152291a1607311c3ea1830b5d61578c8f44 (patch) | |
tree | cf3ca40fd5adfcab128f2d05d84e4653d0a240fc /package/lua/Makefile | |
parent | dbea075cd40bd532a1f48b7bf687069aa0941122 (diff) | |
download | upstream-f3e4c152291a1607311c3ea1830b5d61578c8f44.tar.gz upstream-f3e4c152291a1607311c3ea1830b5d61578c8f44.tar.bz2 upstream-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/Makefile | 4 |
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/ \ |