Changeset 5fe131b in clfs-sysroot for BOOK


Ignore:
Timestamp:
Oct 14, 2006, 10:02:30 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f7a944b
Parents:
f74dd81
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

    rf74dd81 r5fe131b  
    4949<screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    5050
    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>
    5454
    5555   <para os="p5">The following patch fixes swapon.c - it tries to find the
  • BOOK/introduction/common/changelog.xml

    rf74dd81 r5fe131b  
    4141      <itemizedlist>
    4242        <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>
    4349          <para>[jciccone] - Updated Texinfo to 4.8a.</para>
    4450        </listitem>
  • BOOK/materials/common/patches.xml

    rf74dd81 r5fe131b  
    289289
    290290    <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>
    295295      </listitem>
    296296    </varlistentry>
  • BOOK/patches.ent

    rf74dd81 r5fe131b  
    126126<!ENTITY util-linux-cramfs-patch-size "2.8 KB">
    127127
    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 "1 KB">
     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">
    131131
    132132<!ENTITY util-linux-lseek-patch "util-linux-&util-linux-version;-missing_lseek-1.patch">
Note: See TracChangeset for help on using the changeset viewer.