summarylogtreecommitdiffstats
path: root/lua_5.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lua_5.3.patch')
-rw-r--r--lua_5.3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/lua_5.3.patch b/lua_5.3.patch
new file mode 100644
index 000000000000..5797a41bbd87
--- /dev/null
+++ b/lua_5.3.patch
@@ -0,0 +1,12 @@
+diff -rupN a/apache2/msc_lua.c b/apache2/msc_lua.c
+--- a/apache2/msc_lua.c 2015-02-12 20:08:30.000000000 +0100
++++ b/apache2/msc_lua.c 2015-10-05 00:25:20.669933315 +0200
+@@ -111,7 +111,7 @@ char *lua_compile(msc_script **script, c
+ dump.pool = pool;
+ dump.parts = apr_array_make(pool, 128, sizeof(msc_script_part *));
+
+- lua_dump(L, dump_writer, &dump);
++ lua_dump(L, dump_writer, &dump, 0);
+
+ (*script) = apr_pcalloc(pool, sizeof(msc_script));
+ (*script)->name = filename;