Ignore:
Timestamp:
04/11/2005 06:15:23 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
a36c333
Parents:
a8d34c1
Message:

Reverted r4891

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    ra8d34c1 rf684d855  
    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 <command>sed</command> command below.  If
     37          Berkeley DB by applying the patch using the 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>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
     43    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
    4444
    4545    <para>Prepare IPRoute2 for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.