Ignore:
Timestamp:
Aug 11, 2013, 10:57:43 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c09d6ac
Parents:
d56e2cd
Message:

Remove unneccessary config cache entries and edits when cross compiling with current vim versions.

File:
1 edited

Legend:

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

    rd56e2cd rfb86bab  
    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>cp -v src/auto/configure{,.orig}
    38 sed "/using uint32_t/s/as_fn_error/#&amp;/" src/auto/configure.orig > src/auto/configure</userinput></screen>
    39 
    4033    <para os="c1">The <command>configure</command> script is full of logic
    4134    that aborts at the first sign of cross compiling. Work around this by
     
    4841vim_cv_stat_ignores_slash=no
    4942vim_cv_terminfo=yes
    50 vim_cv_tgent=zero
    5143vim_cv_toupper_broken=no
    5244vim_cv_tty_group=world
    53 ac_cv_sizeof_int=4
    54 ac_cv_sizeof_long=4
    55 ac_cv_sizeof_time_t=4
    56 ac_cv_sizeof_off_t=4
    5745EOF</userinput></screen>
    5846
Note: See TracChangeset for help on using the changeset viewer.