Changeset f75362c


Ignore:
Timestamp:
04/06/2005 11:16:50 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
785fb18
Parents:
f5aab6e
Message:

Removed: iproute2 db patch, replaced with a sed

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf5aab6e rf75362c  
    7878<itemizedlist>
    7979<listitem><para>Arch: All - udev-config-2.permissions</para></listitem>
     80<listitem><para>Arch: All - iproute2-2.6.11-050330-remove_db-1.patch</para></listitem>
    8081</itemizedlist>
    8182</listitem>
    8283
    8384<listitem><para>Changelog Entries:</para>
     85
     86<itemizedlist>
     87<listitem><para>April 6, 2005 [jim]</para>
     88<itemizedlist>
     89<listitem><para>Removed: Arch: All - Removed the Iproute2 patch and replaced with sed (Ryan Oliver).</para></listitem>
     90</itemizedlist>
     91</listitem>
     92</itemizedlist>
    8493
    8594<itemizedlist>
  • chapter03/patches.xml

    rf5aab6e rf75362c  
    107107</varlistentry>
    108108
    109 <varlistentry>
    110 <term>IPRoute2 Disable DB Patch - 1 KB:</term>
    111 <listitem>
    112 <para><ulink url="&patches-root;iproute2/iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
    113 </listitem>
    114 </varlistentry>
    115 
    116109<varlistentry arch="raq2">
    117110<term>Linux-libc-headers RaQ2 Patch - 1 KB:</term>
  • chapter06/iproute2.xml

    rf5aab6e rf75362c  
    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>
    44 
    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>
     43    <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4844
    4945    <para>Prepare Iproute2 for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.