Changeset 5fe131b in clfs-sysroot
- Timestamp:
- Oct 14, 2006, 3:02:30 PM (18 years ago)
- Branches:
- master
- Children:
- f7a944b
- Parents:
- f74dd81
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux.xml
rf74dd81 r5fe131b 49 49 <screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> 50 50 51 <para os="p3">The following patch fixes build issues with GCC &gcc-version;:</para>52 53 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux- gcc4_fixes-patch;</userinput></screen>51 <para os="p3">The following patch fixes build issues the changes to the Linux 2.6.18 headers:</para> 52 53 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux-syscall_fixes-patch;</userinput></screen> 54 54 55 55 <para os="p5">The following patch fixes swapon.c - it tries to find the -
BOOK/introduction/common/changelog.xml
rf74dd81 r5fe131b 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes. 44 The new patch fixes the same issues, and removes the use of 45 syscalls. Syscalls were removed from unistd.h during sanitation. 46 </para> 47 </listitem> 48 <listitem> 43 49 <para>[jciccone] - Updated Texinfo to 4.8a.</para> 44 50 </listitem> -
BOOK/materials/common/patches.xml
rf74dd81 r5fe131b 289 289 290 290 <varlistentry> 291 <term>Util-linux GCC 4.x Patch - <token>&util-linux-gcc4_fixes-patch-size;</token>:</term> <listitem>292 <para>Download: <ulink 293 url="&patches-root;&util-linux- gcc4_fixes-patch;"/></para>294 <para>MD5 sum: <literal>&util-linux- gcc4_fixes-patch-md5;</literal></para>291 <term>Util-linux Syscalls Patch - <token>&util-linux-syscall_fixes-patch-size;</token>:</term> <listitem> 292 <para>Download: <ulink 293 url="&patches-root;&util-linux-syscall_fixes-patch;"/></para> 294 <para>MD5 sum: <literal>&util-linux-syscall_fixes-patch-md5;</literal></para> 295 295 </listitem> 296 296 </varlistentry> -
BOOK/patches.ent
rf74dd81 r5fe131b 126 126 <!ENTITY util-linux-cramfs-patch-size "2.8 KB"> 127 127 128 <!ENTITY util-linux- gcc4_fixes-patch "util-linux-&util-linux-version;-gcc4_fixes-1.patch">129 <!ENTITY util-linux- gcc4_fixes-patch-md5 "6c030921dc9b92daf688f12a4ee6f6e0">130 <!ENTITY util-linux- gcc4_fixes-patch-size "1KB">128 <!ENTITY util-linux-syscall_fixes-patch "util-linux-&util-linux-version;-syscall_fixes-1.patch"> 129 <!ENTITY util-linux-syscall_fixes-patch-md5 "e1c86c9859c242b300599cef277f03e1"> 130 <!ENTITY util-linux-syscall_fixes-patch-size "4 KB"> 131 131 132 132 <!ENTITY util-linux-lseek-patch "util-linux-&util-linux-version;-missing_lseek-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.