Changeset 7dda2f2 in clfs-sysroot for BOOK/final-system/common/vim.xml


Ignore:
Timestamp:
Jan 4, 2009, 4:17:30 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d2b44d3
Parents:
008ad92
Message:

Remove the vim cross-compile patch. It's been fixed enough upstream to rely on config.cache entries.

File:
1 edited

Legend:

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

    r008ad92 r7dda2f2  
    3838    archives into the same directory.</para>
    3939
    40     <para os="p1">The following patch fixes numerous issues with
    41     cross-compiling Vim:</para>
    42 
    43 <screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen>
     40    <para os="cc1">The configure script is full of logic that aborts at the
     41    first sign of cross compiling. Set the cached values of those tests with
     42    the following command:</para>
     43
     44<screen os="cc2"><userinput>echo "vim_cv_getcwd_broken=no" &gt; src/auto/config.cache
     45echo "vim_cv_memmove_handles_overlap=yes" &gt;&gt; src/auto/config.cache
     46echo "vim_cv_stat_ignores_slash=no" &gt;&gt; src/auto/config.cache
     47echo "vim_cv_terminfo=yes" &gt;&gt; src/auto/config.cache
     48echo "vim_cv_tgent=zero" &gt;&gt; src/auto/config.cache
     49echo "vim_cv_toupper_broken=no" &gt;&gt; src/auto/config.cache
     50echo "vim_cv_tty_group=world" &gt;&gt; src/auto/config.cache
     51echo "ac_cv_sizeof_int=4" &gt;&gt; src/auto/config.cache</userinput></screen>
    4452
    4553    <para os="b">Change the default location of
Note: See TracChangeset for help on using the changeset viewer.