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 | be57dcf6427d6853f081d88d76b1cda5125b1842 (patch) | |
tree | 2a9f095c0b3417ef82387ee56cbe4d9c9ae84eb2 /package/lua/Makefile | |
parent | daba13cc2b87d315a2274f65f2b2f75679e41d9f (diff) | |
download | upstream-be57dcf6427d6853f081d88d76b1cda5125b1842.tar.gz upstream-be57dcf6427d6853f081d88d76b1cda5125b1842.tar.bz2 upstream-be57dcf6427d6853f081d88d76b1cda5125b1842.zip |
[package] lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26822 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ \ |