Changeset 646a42e for postlfs


Ignore:
Timestamp:
01/24/2015 07:18:33 PM (9 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.7, 7.8, 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:
438850e
Parents:
213c5f7
Message:

Update to lua-5.3.0 and required fixes of other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r213c5f7 r646a42e  
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80       <ulink url="http://sourceforge.net/projects/lesstif/">LessTif</ulink>,
     80      <xref linkend="gpm"/>,
     81      <xref linkend="lua"/>,
    8182      <xref linkend="python2"/>,
    82       <xref linkend="tcl"/>,
    83       <xref linkend="ruby"/>, and
    84       <xref linkend="gpm"/>
     83      <xref linkend="ruby"/>,
     84      <xref linkend="tcl"/>, and
     85      <ulink url="http://sourceforge.net/projects/lesstif/">LessTif</ulink>
    8586    </para>
    8687
     
    9697      <para>If you recompile <application>Vim</application> to link against
    9798      <application>X</application> and your <application>X</application>
    98       libraries are not on the root partition, you will no longer have an editor
    99       for use in emergencies. You may choose to install an additional editor,
    100       not link <application>Vim</application> against
     99      libraries are not on the root partition, you will no longer have an
     100      editor for use in emergencies. You may choose to install an additional
     101      editor, not link <application>Vim</application> against
    101102      <application>X</application>, or move the current <command>vim</command>
    102103      executable to the <filename class="directory">/bin</filename> directory
     
    109110<screen><userinput>echo '#define SYS_VIMRC_FILE  "/etc/vimrc"' &gt;&gt;  src/feature.h &amp;&amp;
    110111echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
     112
     113sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c &amp;&amp;
     114
    111115./configure --prefix=/usr --with-features=huge                &amp;&amp;
    112116make</userinput></screen>
     
    156160  <sect2 role="commands">
    157161    <title>Command Explanations</title>
     162
     163    <para><command>sed -i ... src/if_lua.c</command>: This command fixes
     164    building with lua-5.3.0.</para>
    158165
    159166    <para><parameter>--with-features=huge</parameter>: This switch enables all
Note: See TracChangeset for help on using the changeset viewer.