Changeset 1eb874ce for postlfs


Ignore:
Timestamp:
12/13/2015 07:26:59 PM (8 years ago)
Author:
Igor Živković <igor@…>
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:
600a3b14
Parents:
0dcc2bd2
Message:

force vim to link against libncursesw

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r0dcc2bd2 r1eb874ce  
    113113sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c   &amp;&amp;
    114114
    115 ./configure --prefix=/usr --with-features=huge                &amp;&amp;
     115./configure --prefix=/usr \
     116            --with-features=huge \
     117            --with-tlib=ncursesw &amp;&amp;
    116118make</userinput></screen>
    117119
     
    167169    the additional features available in <application>Vim</application>,
    168170    including support for multibyte characters.</para>
     171
     172    <para>
     173      <parameter>--with-tlib=ncursesw</parameter>: This switch forces Vim to
     174      link against the <filename class="libraryfile">libncursesw</filename>
     175      library.
     176    </para>
    169177
    170178    <para><option>--enable-gui=no</option>: This will prevent compilation of the
Note: See TracChangeset for help on using the changeset viewer.