aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/lua/patches-host/001-include-version-number.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/lua/patches-host/001-include-version-number.patch')
-rw-r--r--package/utils/lua/patches-host/001-include-version-number.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/utils/lua/patches-host/001-include-version-number.patch b/package/utils/lua/patches-host/001-include-version-number.patch
index b7056fd47c..f769e60736 100644
--- a/package/utils/lua/patches-host/001-include-version-number.patch
+++ b/package/utils/lua/patches-host/001-include-version-number.patch
@@ -24,6 +24,15 @@ diff --git a/Makefile b/Makefile
# Lua version and release.
V= 5.1
+@@ -53,7 +53,7 @@ R= 5.1.5
+ all: $(PLAT)
+
+ $(PLATS) clean:
+- cd src && $(MAKE) $@
++ cd src && $(MAKE) $@ V=$V
+
+ test: dummy
+ src/lua test/hello.lua
diff --git a/doc/lua.1 b/doc/lua5.1.1
rename from doc/lua.1
rename to doc/lua5.1.1