Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/vim.xml

    r111b12a r76b06f6  
    2323    <title>Installation of VIM</title>
    2424
    25 <!-- vim branch update patch area
    2625    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2726    href="../../final-system/common/vim.xml"
     
    3130    href="../../final-system/common/vim.xml"
    3231    xpointer="xpointer(//*[@os='p2'])"/>
    33 -->
     32
     33    <para os="s1">The configure script has a single hard coded test that
     34    cannot be bypassed with a cache entry. Disable this test with the
     35    following command:</para>
     36
     37<screen os="s2"><userinput>cp -v src/auto/configure{,.orig}
     38sed "/using uint32_t/s/as_fn_error/#&amp;/" src/auto/configure.orig > src/auto/configure</userinput></screen>
    3439
    3540    <para os="c1">The <command>configure</command> script is full of logic
     
    4348vim_cv_stat_ignores_slash=no
    4449vim_cv_terminfo=yes
     50vim_cv_tgent=zero
    4551vim_cv_toupper_broken=no
    4652vim_cv_tty_group=world
     53ac_cv_sizeof_int=4
     54ac_cv_sizeof_long=4
     55ac_cv_sizeof_time_t=4
     56ac_cv_sizeof_off_t=4
    4757EOF</userinput></screen>
    4858
Note: See TracChangeset for help on using the changeset viewer.