Changeset d76c6b9


Ignore:
Timestamp:
02/14/2016 10:46:52 AM (8 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3bd40abd
Parents:
998c697
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua.xml

    r998c697 rd76c6b9  
    129129sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &amp;&amp;
    130130
    131 make linux</userinput></screen>
     131make MYCFLAGS="-DLUA_COMPAT_5_1" linux</userinput></screen>
    132132
    133133    <para>
     
    194194      <command>sed -i ... src/luaconf.h</command>: This command changes
    195195      <application>Lua</application> search path to match the install paths.
     196    </para>
     197
     198    <para>
     199      <parameter>MYCFLAGS="-DLUA_COMPAT_5_1"</parameter>: This parameter
     200      enables building of the <application>Lua</application> 5.1
     201      functions into the shared library to allow applications which
     202      still require them to function properly.
    196203    </para>
    197204
  • introduction/welcome/changelog.xml

    r998c697 rd76c6b9  
    4848      <para>February 14th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[krejzi] - Fixed Lua instructions to enable
     52          building of the Lua 5.1 compatibility functions. Fixes
     53          <ulink url="&blfs-ticket-root;7462">#7462</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[fernando] - Update to thunderbird-38.6.0. Fixes
Note: See TracChangeset for help on using the changeset viewer.