Changeset a52ecd0


Ignore:
Timestamp:
04/11/2005 05:34:12 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
1eb75cf
Parents:
b845c5f
Message:

Ported r4885 and r4888 from trunk: Replaced IPRuote2 patch by a sed command

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb845c5f ra52ecd0  
    8383</listitem>
    8484
    85 <listitem><para>April 11, 2005 [manuel]: Mention bzip2's testsuite.</para></listitem>
     85<listitem><para>April 11, 2005 [manuel]: Mention bzip2's testsuite.
     86Replaced IPRuote2 patch by a sed command.</para></listitem>
    8687
    8788<listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to
  • chapter03/patches.xml

    rb845c5f ra52ecd0  
    9494
    9595<varlistentry>
    96 <term>IPRoute2 Disable DB Patch - 1 KB:</term>
    97 <listitem>
    98 <para><ulink url="&patches-root;iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
    99 </listitem>
    100 </varlistentry>
    101 
    102 <varlistentry>
    10396<term>Mktemp Tempfile Patch - 3 KB:</term>
    10497<listitem>
  • chapter06/iproute2.xml

    rb845c5f ra52ecd0  
    3535          dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    3636          common requirement on a base Linux system, remove the dependency on
    37           Berkeley DB by applying the patch using the command below.  If
     37          Berkeley DB by applying the <command>sed</command> command below.  If
    3838          the <command>arpd</command> binary is needed, instructions for
    3939          compiling Berkeley DB can be found in the BLFS Book at <ulink
     
    4141    </para>
    4242
    43     <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
     43    <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4444
    4545    <para>Prepare IPRoute2 for compilation:</para>
  • general.ent

    rb845c5f ra52ecd0  
    4747<!ENTITY inetutils-version "1.4.2">
    4848<!ENTITY iproute2-version "2.6.11-050330">
    49 <!ENTITY iproute2-patch-version "2.6.11_050330">
    5049<!ENTITY kbd-version "1.12">
    5150<!ENTITY less-version "382">
Note: See TracChangeset for help on using the changeset viewer.