Changeset 2567553 in clfs-embedded for BOOK/final-system/x86/busybox.xml


Ignore:
Timestamp:
Nov 8, 2008, 8:24:32 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3c8eaa6
Parents:
e2fbc29
Message:

Updated Busybox to 1.12.1.
Patched uClibc so struct flock doesn't get redefined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/busybox.xml

    re2fbc29 r2567553  
    3030    <title>Installation of Busybox</title>
    3131
    32     <para os="p1">Before you build BusyBox, you may want to check the following URL for
    33     patches that the upstream maintainer of BusyBox has released to fix issues.
    34     <ulink url="http://busybox.net/downloads/fixes-&busybox-version;"/></para>
    35 
    36     <para os="p2">Here's an example of how to apply the patches from Busybox's website
    37     replace {patch_name} with the name of the patch:</para>
    38 
    39 <screen os="p3" role="nodump"><userinput>patch -Np1 -i ../busybox-&busybox-version;{patch_name}</userinput></screen>
    40 
    41     <para os="p4">The following patch fixes some issues that are related to the
     32    <para os="p1">The following patch fixes some issues that are related to the
    4233    headers we are using:</para>
    4334
    44 <screen os="p5"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
     35<screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
     36
     37    <para os="p3">The following patch corrects some includes in
     38    <filename>iptunnel.c</filename> to be compatible with the sanatized
     39    kernel headers installed earlier:</para>
     40
     41<screen os="p4"><userinput>patch -Np1 -i ../&busybox-iptunnel_headers-patch;</userinput></screen>
    4542
    4643    <para os="a">Create the default configuration:</para>
Note: See TracChangeset for help on using the changeset viewer.