aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lua.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.patch')
-rw-r--r--src/lua.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lua.patch b/src/lua.patch
index 7c31c9d5..f9f76cfb 100644
--- a/src/lua.patch
+++ b/src/lua.patch
@@ -1,3 +1,11 @@
+Lua changes:
+
+LUA_ROOT is "/usr" instead of "/usr/local".
+
+LUA_PATH and LUA_CPATH do not have "./?.lua" and "./?.so" in them.
+
+Added os.spawn() for spawning and interacting with asynchronous processes.
+
diff -r 8a23edc91533 src/luaconf.h
--- a/src/luaconf.h Mon Jan 12 18:57:53 2015 -0500
+++ b/src/luaconf.h Mon Jan 12 23:50:08 2015 -0500