mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Enabled Lua 5.1 compatibility for Lua 5.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16969 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
998c697cd8
commit
d76c6b92e8
@ -128,7 +128,7 @@
|
||||
|
||||
sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &&
|
||||
|
||||
make linux</userinput></screen>
|
||||
make MYCFLAGS="-DLUA_COMPAT_5_1" linux</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>.
|
||||
@ -195,6 +195,13 @@ EOF</userinput></screen>
|
||||
<application>Lua</application> search path to match the install paths.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>MYCFLAGS="-DLUA_COMPAT_5_1"</parameter>: This parameter
|
||||
enables building of the <application>Lua</application> 5.1
|
||||
functions into the shared library to allow applications which
|
||||
still require them to function properly.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -47,6 +47,11 @@
|
||||
<listitem>
|
||||
<para>February 14th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[krejzi] - Fixed Lua instructions to enable
|
||||
building of the Lua 5.1 compatibility functions. Fixes
|
||||
<ulink url="&blfs-ticket-root;7462">#7462</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to thunderbird-38.6.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;7457">#7457</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user