diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:03:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:03:18 +0000 |
commit | a9afa36cf5ce6412857e79a8659feaf2a169e0d8 (patch) | |
tree | 3216ac88dbf3217d1a227eefc293f1610418e85e /package/lua/Makefile | |
parent | cce8bf720cb2561959f34ef6f1d7de429b307140 (diff) | |
download | upstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.tar.gz upstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.tar.bz2 upstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.zip |
[package] lua: switch to double precision for floats
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23284 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0a5e8f3435..fdbbddc401 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:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ |