Changeset c19067a


Ignore:
Timestamp:
Sep 30, 2006, 8:04:25 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
25b0b11
Parents:
5fb43ca
Message:

New patch for util-linux, replaces GCC 4 Fixes, the new
patches fixes the same issues, and removes the use of syscalls. Syscalls were
removed the unistd.h during santization.

Location:
BOOK
Files:
4 edited

Legend:

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

    r5fb43ca rc19067a  
    4848<screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    4949
    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>
    5354
    5455    <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  
    4242        <listitem>
    4343          <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>
    4449        </listitem>
    4550      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r5fb43ca rc19067a  
    280280
    281281    <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>
    286286      </listitem>
    287287    </varlistentry>
  • BOOK/patches.ent

    r5fb43ca rc19067a  
    133133<!ENTITY util-linux-cramfs-patch-size "2.8 KB">
    134134
    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 "1 KB">
     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">
    138138
    139139<!ENTITY util-linux-lseek-patch "util-linux-&util-linux-version;-missing_lseek-1.patch">
Note: See TracChangeset for help on using the changeset viewer.