1 diff -ruN lua-5.3.2.orig/src/lauxlib.h lua-5.3.2/src/lauxlib.h
2 --- lua-5.3.2.orig/src/lauxlib.h 2015-11-23 12:29:43.000000000 +0100
3 +++ lua-5.3.2/src/lauxlib.h 2016-04-26 02:24:14.904089932 +0200
15 /* }============================================================ */
24 diff -ruN lua-5.3.2.orig/src/lua.h lua-5.3.2/src/lua.h
25 --- lua-5.3.2.orig/src/lua.h 2015-11-13 18:18:42.000000000 +0100
26 +++ lua-5.3.2/src/lua.h 2016-04-26 02:22:48.355488690 +0200
39 ******************************************************************************/
47 diff -ruN lua-5.3.2.orig/src/lualib.h lua-5.3.2/src/lualib.h
48 --- lua-5.3.2.orig/src/lualib.h 2014-02-06 18:32:33.000000000 +0100
49 +++ lua-5.3.2/src/lualib.h 2016-04-26 02:23:16.977614755 +0200
70 --- lua-5.3.6/src/luaconf.h.orig 2020-09-14 17:34:01.000000000 +0000
71 +++ lua-5.3.6/src/luaconf.h 2020-10-04 17:28:27.998074413 +0000
76 -#define LUA_ROOT "/usr/local/"
77 +#define LUA_ROOT "/usr/"
78 #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
79 #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
80 #define LUA_PATH_DEFAULT \
83 #if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \
84 defined(__ELF__) /* { */
85 -#define LUAI_FUNC __attribute__((visibility("hidden"))) extern
86 +#define LUAI_FUNC extern
88 #define LUAI_FUNC extern