Changeset eb7de89 for postlfs/editors


Ignore:
Timestamp:
06/30/2020 10:01:54 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c744d0a5
Parents:
5ce1bdb
Message:

Update to lua-5.4.0
VIM: Adapt Lua interface to Lua-5.4
Apache/httpd: Adapt Lua module to Lua-5.4
Brotli: Remove invalid dependency on lua, there is a separate package that provides one, and it's not bundled with our download of Brotli
Dovecot: Add a command explanation describing how to build Lua support
Lua-5.2: Minor adjustment to installed files
Hexchat: Promote libcanberra to recommended

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r5ce1bdb reb7de89  
    132132
    133133    <para>
     134      First, if you are building the Lua interpreter for VIM, adapt it to an
     135      API change in lua-5.4.0:
     136    </para>
     137
     138<screen><userinput remap="pre">sed -i '440 s/static int/int/' src/if_lua.c</userinput></screen>
     139
     140    <para>
    134141      Install <application>Vim</application> by running the following
    135142      commands:
     
    239246
    240247    <para>
     248      <option>--enable-luainterp</option>,
    241249      <option>--enable-perlinterp</option>,
    242250      <option>--enable-pythoninterp</option>,
    243251      <option>--enable-tclinterp</option>,
    244252      <option>--enable-rubyinterp</option>:
    245       These options include the Perl, Python, Tcl, or Ruby interpreters that
     253      These options include the Lua, Perl, Python, Tcl, or Ruby interpreters that
    246254      allow using other application code in <application>vim</application>
    247255      scripts.
Note: See TracChangeset for help on using the changeset viewer.