Changeset 698a753 for chapter06


Ignore:
Timestamp:
02/24/2005 07:16:40 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
354c528
Parents:
0fe057b
Message:

Iproute2: Forgot to close editor

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r0fe057b r698a753  
    4343    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
    4444
    45     <para>The patch below fixes the issue with the newer versions of findutils,
    46     the issue will give an error message it options are not in the proper order.
    47     This patch corrects this issue for IPRoute2.</para>
    48 
    49     <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-find_update-1.patch</userinput></screen>
    50 
    51     <para>This patch fixes a glibc error that could occur during compiling
    52     of iproute2.</para>
    53 
    54     <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-free_error-2.patch</userinput></screen>
     45    <para>This patch fixes a error calling constant htons during the build of iproute2.</para>
     46
     47    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-htons_fix-1.patch</userinput></screen>
    5548
    5649    <para>Prepare Iproute2 for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.