Ignore:
Timestamp:
Jan 8, 2011, 6:31:49 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
500e787
Parents:
f42e5c1
git-author:
Joe Ciccone <jciccone@…> (01/08/11 18:08:11)
git-committer:
Joe Ciccone <jciccone@…> (01/08/11 18:31:49)
Message:

Update Vim to 7.3.

File:
1 edited

Legend:

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

    rf42e5c1 r6c5a343  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../../final-system/common/vim.xml"
    27     xpointer="xpointer(//*[@os='a'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/vim.xml"
    3127    xpointer="xpointer(//*[@os='p1'])"/>
    3228
     
    3430    href="../../final-system/common/vim.xml"
    3531    xpointer="xpointer(//*[@os='p2'])"/>
     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>sed -i "/using uint32_t/s/as_fn_error/#&amp;/" src/auto/configure</userinput></screen>
    3638
    3739    <para os="c1">The <command>configure</command> script is full of logic
     
    4951vim_cv_tty_group=world
    5052ac_cv_sizeof_int=4
     53ac_cv_sizeof_long=4
     54ac_cv_sizeof_time_t=4
     55ac_cv_sizeof_off_t=4
    5156EOF</userinput></screen>
    5257
     
    6166    xpointer="xpointer(//*[@os='d'])"/>
    6267
    63 <screen os="e"><userinput>CPPFLAGS="-DUNUSED=" ./configure \
     68<screen os="e"><userinput>./configure \
    6469    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    6570    --prefix=/tools --enable-multibyte --enable-gui=no \
Note: See TracChangeset for help on using the changeset viewer.