- Timestamp:
- Sep 30, 2006, 8:04:25 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 25b0b11
- Parents:
- 5fb43ca
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux.xml
r5fb43ca rc19067a 48 48 <screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> 49 49 50 <para os="p3">The following patch fixes build issues with GCC &gcc-version;:</para> 51 52 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen> 50 <para os="p3">The following patch fixes build issues with the changes to the Linux 2.6.18 51 headers:</para> 52 53 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux-syscall_fixes-patch;</userinput></screen> 53 54 54 55 <para os="p5">The following patch fixes swapon.c - it tries to find the variable R_OK, but -
BOOK/introduction/common/changelog.xml
r5fb43ca rc19067a 42 42 <listitem> 43 43 <para>[jim] - Updated to Linux Headers to 2.6.18-09302006.</para> 44 </listitem> 45 <listitem> 46 <para>[jim] - New patch for util-linux, replaces GCC 4 Fixes, the new 47 patches fixes the same issues, and removes the use of syscalls. Syscalls were 48 removed the unistd.h during santization.</para> 44 49 </listitem> 45 50 </itemizedlist> -
BOOK/materials/common/patches.xml
r5fb43ca rc19067a 280 280 281 281 <varlistentry> 282 <term>Util-linux GCC 4.x Patch - <token>&util-linux-gcc4_fixes-patch-size;</token>:</term> <listitem>283 <para>Download: <ulink 284 url="&patches-root;&util-linux- gcc4_fixes-patch;"/></para>285 <para>MD5 sum: <literal>&util-linux- gcc4_fixes-patch-md5;</literal></para>282 <term>Util-linux Syscalls Patch - <token>&util-linux-syscall_fixes-patch-size;</token>:</term> <listitem> 283 <para>Download: <ulink 284 url="&patches-root;&util-linux-syscall_fixes-patch;"/></para> 285 <para>MD5 sum: <literal>&util-linux-syscall_fixes-patch-md5;</literal></para> 286 286 </listitem> 287 287 </varlistentry> -
BOOK/patches.ent
r5fb43ca rc19067a 133 133 <!ENTITY util-linux-cramfs-patch-size "2.8 KB"> 134 134 135 <!ENTITY util-linux- gcc4_fixes-patch "util-linux-&util-linux-version;-gcc4_fixes-1.patch">136 <!ENTITY util-linux- gcc4_fixes-patch-md5 "6c030921dc9b92daf688f12a4ee6f6e0">137 <!ENTITY util-linux- gcc4_fixes-patch-size "1KB">135 <!ENTITY util-linux-syscall_fixes-patch "util-linux-&util-linux-version;-syscall_fixes-1.patch"> 136 <!ENTITY util-linux-syscall_fixes-patch-md5 "e1c86c9859c242b300599cef277f03e1"> 137 <!ENTITY util-linux-syscall_fixes-patch-size "4 KB"> 138 138 139 139 <!ENTITY util-linux-lseek-patch "util-linux-&util-linux-version;-missing_lseek-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.