Changeset 231d5eb


Ignore:
Timestamp:
05/14/2014 11:04:05 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6dc9fd3
Parents:
d64103f
Message:

Help Lua-5.2.3 to find Ncurses-5.9 for Readline-6.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13047 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua.xml

    rd64103f r231d5eb  
    102102<screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-1.patch &amp;&amp;
    103103sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &amp;&amp;
     104sed -i 's/-lreadline/-lreadline -lncurses/'     src/Makefile  &amp;&amp;
    104105make linux</userinput></screen>
    105106
     
    150151
    151152    <para>
    152       <command>sed -i ...</command>: This command changes
     153      <command>sed -i ... src/luaconf.h</command>: This command changes
    153154      <application>Lua</application> search path to match the install paths.
     155    </para>
     156
     157    <para>
     158      <command>sed -i ... src/Makefile</command>: This command helps
     159      <application>Lua</application> to find <application>Ncurses</application>
     160      libraries at build time.
    154161    </para>
    155162
Note: See TracChangeset for help on using the changeset viewer.