diff --git a/general/prog/lua.xml b/general/prog/lua.xml
index 0b3c272a57..be007d7a42 100644
--- a/general/prog/lua.xml
+++ b/general/prog/lua.xml
@@ -128,7 +128,7 @@
sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &&
-make linux
+make MYCFLAGS="-DLUA_COMPAT_5_1" linux
To test the results, issue: make test.
@@ -195,6 +195,13 @@ EOF
Lua search path to match the install paths.
+
+ MYCFLAGS="-DLUA_COMPAT_5_1": This parameter
+ enables building of the Lua 5.1
+ functions into the shared library to allow applications which
+ still require them to function properly.
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index b4c5bb530f..4d87562ce0 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -47,6 +47,11 @@
February 14th, 2016
+
+ [krejzi] - Fixed Lua instructions to enable
+ building of the Lua 5.1 compatibility functions. Fixes
+ #7462.
+
[fernando] - Update to thunderbird-38.6.0. Fixes
#7457.