Changeset 1868699 for chapter06


Ignore:
Timestamp:
03/25/2006 12:02:00 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e44b6e36
Parents:
d50ac7b
Message:

Ported r7435:7448 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    rd50ac7b r1868699  
    5757<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
    5858
     59    <para>The bzdiff script still uses the deprecated
     60    <command>tempfile</command> program. Update it to use
     61    <command>mktemp</command> instead:</para>
     62
     63<screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
     64
    5965    <para>Prepare Bzip2 for compilation with:</para>
    6066
  • chapter06/file.xml

    rd50ac7b r1868699  
    2626
    2727      <seglistitem>
    28         <seg>0.1 SBU</seg>
    29         <seg>6.2 MB</seg>
     28        <seg>0.2 SBU</seg>
     29        <seg>6.6 MB</seg>
    3030      </seglistitem>
    3131    </segmentedlist>
  • chapter06/flex.xml

    rd50ac7b r1868699  
    2727      <seglistitem>
    2828        <seg>0.1 SBU</seg>
    29         <seg>22.5 MB</seg>
     29        <seg>21.3 MB</seg>
    3030      </seglistitem>
    3131    </segmentedlist>
     
    4444  <sect2 role="installation">
    4545    <title>Installation of Flex</title>
    46 
    47     <para>Flex contains several known bugs. Fix these with the following
    48     patch:</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    51 
    52     <para>The GNU autotools detects that the Flex source code has been
    53     modified by the previous patch and tries to update the man page
    54     accordingly. This does not work correctly on many systems, and the
    55     default page is fine, so make sure it does not get regenerated:</para>
    56 
    57 <screen><userinput>touch doc/flex.1</userinput></screen>
    5846
    5947    <para>Prepare Flex for compilation:</para>
  • chapter06/iproute2.xml

    rd50ac7b r1868699  
    4444    <title>Installation of IPRoute2</title>
    4545
    46     <para>Prepare IPRoute2 for compilation:</para>
    47 
    48 <screen><userinput>chmod u+x configure &amp;&amp;
    49 ./configure</userinput></screen>
    50 
    5146    <para>Compile the package:</para>
    5247
Note: See TracChangeset for help on using the changeset viewer.