Changeset 218232b for chapter06


Ignore:
Timestamp:
10/23/2005 10:41:08 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
fd9f2e9
Parents:
241bb14
Message:

Replaced a patch for IPRoute2 by a sed command.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r241bb14 r218232b  
    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-remove_db-patch;</userinput></screen>
     43    <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4444
    4545    <para>Prepare IPRoute2 for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.