summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-20 12:36:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-20 12:36:46 (GMT)
commitf162381b1a406c895277b9950559ec5fca3fdd92 (patch)
tree07f172565d40862eb68d9279f2d80ea86dbe8cd2 /src/lua.mk
parent4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc (diff)
downloadmxe-f162381b1a406c895277b9950559ec5fca3fdd92.zip
mxe-f162381b1a406c895277b9950559ec5fca3fdd92.tar.gz
mxe-f162381b1a406c895277b9950559ec5fca3fdd92.tar.bz2
improved version recognition, enable the notation of ignored (bad) package versions
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.mk b/src/lua.mk
index e3e844f..a057c6c 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -22,6 +22,7 @@
# Lua
PKG := lua
+$(PKG)_IGNORE :=
$(PKG)_VERSION := 5.1.4
$(PKG)_CHECKSUM := 2b11c8e60306efb7f0734b747588f57995493db7
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)