Changeset 401da4c


Ignore:
Timestamp:
04/06/2005 11:29:35 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7026fb7
Parents:
37c2063
Message:

Removed IPRoute2 patch, replaced with sed

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r37c2063 r401da4c  
    7474<itemizedlist>
    7575<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
     76<listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem>
    7677<listitem><para>man-1.5o1-80cols-1.patch</para></listitem>
    7778<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
     
    8384</listitem>
    8485
     86<listitem><para>April 6, 2005 [jim]: Removed Iproute2 patch for a sed (Ryan Oliver).</para></listitem>
     87
    8588<listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to
    8689before entering the build directory (Steffen R. Knollmann).</para></listitem>
  • chapter03/patches.xml

    r37c2063 r401da4c  
    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

    r37c2063 r401da4c  
    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 sed 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

    r37c2063 r401da4c  
    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.