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 | 59cf6711609e14d7d0adb4fd729e3bfa3b13bda6 (patch) | |
| tree | 8501b4ceea75f566e5eb5461e0e0a66ff1ab4778 /package/lua/Makefile | |
| parent | be844a77830b89815227eec5eaf14d716fd81815 (diff) | |
| download | mtk-20170518-59cf6711609e14d7d0adb4fd729e3bfa3b13bda6.zip mtk-20170518-59cf6711609e14d7d0adb4fd729e3bfa3b13bda6.tar.gz mtk-20170518-59cf6711609e14d7d0adb4fd729e3bfa3b13bda6.tar.bz2 | |
lua: switch to double precision for floats
SVN-Revision: 23284
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 0a5e8f3..fdbbddc 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/ \ |
