Changeset 7dda2f2 in clfs-sysroot


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.

Location:
BOOK
Files:
4 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
  • BOOK/introduction/common/changelog.xml

    r008ad92 r7dda2f2  
    4040      <para>Janurary 04, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Removed the vim cross-compile patch. It has been
     44          sufficiently fixed upstream that so that config.cache entries are
     45          enough.</para>
     46        </listitem>
    4247        <listitem>
    4348          <para>[jciccone] - Various Compilation fixes for the entire book.</para>
  • BOOK/materials/common/patches.xml

    r008ad92 r7dda2f2  
    146146
    147147    <varlistentry>
    148       <term>Vim Cross-Compile Patch - <token>&vim-cross_compile-patch-size;</token>:</term>
    149       <listitem>
    150         <para>Download: <ulink
    151         url="&patches-root;&vim-cross_compile-patch;"/></para>
    152         <para>MD5 sum: <literal>&vim-cross_compile-patch-md5;</literal></para>
    153       </listitem>
    154     </varlistentry>
    155 
    156     <varlistentry>
    157148      <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem>
    158149        <para>Download: <ulink
  • BOOK/patches.ent

    r008ad92 r7dda2f2  
    6161<!ENTITY shadow-sysroot_hacks-patch-size "36 KB">
    6262
    63 <!ENTITY vim-cross_compile-patch "vim-&vim-version;-cross_compile-1.patch">
    64 <!ENTITY vim-cross_compile-patch-md5 "f8af7a628b58959914390783932c23bc">
    65 <!ENTITY vim-cross_compile-patch-size "28 KB">
    66 
    6763<!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
    6864<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note: See TracChangeset for help on using the changeset viewer.