Ignore:
File:
1 edited

Legend:

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

    rf3f8518 r0f90f2f  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
     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>sed -i "/using uint32_t/s/as_fn_error/#&amp;/" src/auto/configure</userinput></screen>
     38
    3339    <para os="c1">The <command>configure</command> script is full of logic
    3440    that aborts at the first sign of cross compiling. Work around this by
     
    4147vim_cv_stat_ignores_slash=no
    4248vim_cv_terminfo=yes
     49vim_cv_tgent=zero
    4350vim_cv_toupper_broken=no
    4451vim_cv_tty_group=world
     52ac_cv_sizeof_int=4
     53ac_cv_sizeof_long=4
     54ac_cv_sizeof_time_t=4
     55ac_cv_sizeof_off_t=4
    4556EOF</userinput></screen>
    4657
Note: See TracChangeset for help on using the changeset viewer.