Changeset 7dda2f2 in clfs-sysroot
- Timestamp:
- Jan 4, 2009, 4:17:30 PM (16 years ago)
- Branches:
- master
- Children:
- d2b44d3
- Parents:
- 008ad92
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r008ad92 r7dda2f2 38 38 archives into the same directory.</para> 39 39 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" > src/auto/config.cache 45 echo "vim_cv_memmove_handles_overlap=yes" >> src/auto/config.cache 46 echo "vim_cv_stat_ignores_slash=no" >> src/auto/config.cache 47 echo "vim_cv_terminfo=yes" >> src/auto/config.cache 48 echo "vim_cv_tgent=zero" >> src/auto/config.cache 49 echo "vim_cv_toupper_broken=no" >> src/auto/config.cache 50 echo "vim_cv_tty_group=world" >> src/auto/config.cache 51 echo "ac_cv_sizeof_int=4" >> src/auto/config.cache</userinput></screen> 44 52 45 53 <para os="b">Change the default location of -
BOOK/introduction/common/changelog.xml
r008ad92 r7dda2f2 40 40 <para>Janurary 04, 2009</para> 41 41 <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> 42 47 <listitem> 43 48 <para>[jciccone] - Various Compilation fixes for the entire book.</para> -
BOOK/materials/common/patches.xml
r008ad92 r7dda2f2 146 146 147 147 <varlistentry> 148 <term>Vim Cross-Compile Patch - <token>&vim-cross_compile-patch-size;</token>:</term>149 <listitem>150 <para>Download: <ulink151 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>157 148 <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem> 158 149 <para>Download: <ulink -
BOOK/patches.ent
r008ad92 r7dda2f2 61 61 <!ENTITY shadow-sysroot_hacks-patch-size "36 KB"> 62 62 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 67 63 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch"> 68 64 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note:
See TracChangeset
for help on using the changeset viewer.