aboutsummaryrefslogtreecommitdiff
path: root/src/lua.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.patch')
-rw-r--r--src/lua.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/lua.patch b/src/lua.patch
index d49288b0..e3c4ff60 100644
--- a/src/lua.patch
+++ b/src/lua.patch
@@ -1,20 +1,19 @@
-diff -r 8a23edc91533 src/loadlib.c
---- a/src/loadlib.c Mon Jan 12 18:57:53 2015 -0500
-+++ b/src/loadlib.c Mon Jan 12 23:50:08 2015 -0500
-@@ -28,11 +28,11 @@
+--- a/src/loadlib.c 2017-01-12 12:14:26.000000000 -0500
++++ b/src/loadlib.c 2017-02-02 10:17:42.543025320 -0500
+@@ -261,11 +261,11 @@
** variables that Lua check to set its paths.
*/
#if !defined(LUA_PATH_VAR)
--#define LUA_PATH_VAR "LUA_PATH"
-+#define LUA_PATH_VAR "TA_LUA_PATH"
+-#define LUA_PATH_VAR "LUA_PATH"
++#define LUA_PATH_VAR "TA_LUA_PATH"
#endif
#if !defined(LUA_CPATH_VAR)
--#define LUA_CPATH_VAR "LUA_CPATH"
-+#define LUA_CPATH_VAR "TA_LUA_CPATH"
+-#define LUA_CPATH_VAR "LUA_CPATH"
++#define LUA_CPATH_VAR "TA_LUA_CPATH"
#endif
- #define LUA_PATHSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
+
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