Changeset 38f82f9


Ignore:
Timestamp:
Sep 5, 2006, 12:36:05 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4724655
Parents:
e671c085
Message:

IPRoute2 - On multilib builds, change /usr/lib/tc to /usr/lib64/tc, to keep

consistency through the system

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/iproute2.xml

    re671c085 r38f82f9  
    3030    xpointer="xpointer(//*[@os='s2'])"/>
    3131
     32    <para os="p1">This patch adds the ability to update the LIBDIR path:</para>
     33
     34<screen os="p2"><userinput>patch -Np1 -i ../&iproute2-tclibdir-patch;</userinput></screen>
     35
    3236    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3337    href="../common/iproute2.xml"
    3438    xpointer="xpointer(//*[@os='a'])"/>
    3539
    36 <screen os="b"><userinput>make CC="gcc ${BUILD64}" SBINDIR=/sbin</userinput></screen>
     40<screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64 SBINDIR=/sbin</userinput></screen>
    3741
    3842    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4852    xpointer="xpointer(//*[@os='e'])"/>
    4953
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/iproute2.xml"
    52     xpointer="xpointer(//*[@os='f'])"/>
     54<screen os="f"><userinput>make LIBDIR=/usr/lib64 SBINDIR=/sbin install</userinput></screen>
    5355
    5456  </sect2>
  • BOOK/materials/mips64/patches.xml

    re671c085 r38f82f9  
    5050
    5151    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     52    href="../x86_64/patches.xml"
     53    xpointer="xpointer(//*[@os='iproute2-tclibdir-patch'])"/>
     54
     55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5256    href="../mips/patches.xml"
    5357    xpointer="xpointer(//*[@os='linux-mips-patch'])"/>
  • BOOK/materials/ppc64/patches.xml

    re671c085 r38f82f9  
    5454    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5555    href="../x86_64/patches.xml"
     56    xpointer="xpointer(//*[@os='iproute2-tclibdir-patch'])"/>
     57
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="../x86_64/patches.xml"
    5660    xpointer="xpointer(//*[@os='perl-multilib-patch'])"/>
    5761
  • BOOK/materials/sparc64/patches.xml

    re671c085 r38f82f9  
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     32    href="../x86_64/patches.xml"
     33    xpointer="xpointer(//*[@os='iproute2-tclibdir-patch'])"/>
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3236    href="../sparc/patches.xml"
    3337    xpointer="xpointer(//*[@os='kbd-sparc_kbdrate-patch'])"/>
  • BOOK/materials/x86_64/patches.xml

    re671c085 r38f82f9  
    3939    </varlistentry>
    4040
     41    <varlistentry os="iproute2-tclibdir-patch">
     42      <term>IPRoute2 Lib64 Patch - <token>&iproute2-tclibdir-patch-size;</token>:</term>
     43      <listitem>
     44        <para>Download: <ulink
     45        url="&patches-root;&iproute2-tclibdir-patch;"/></para>
     46        <para>MD5 sum: <literal>&iproute2-tclibdir-patch-md5;</literal></para>
     47      </listitem>
     48    </varlistentry>
     49
    4150    <varlistentry os="perl-multilib-patch">
    4251      <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term>
  • BOOK/patches.ent

    re671c085 r38f82f9  
    155155<!ENTITY binutils-multilib-patch-size "2.6 KB">
    156156
     157<!ENTITY iproute2-tclibdir-patch "iproute2-&iproute2-version;-tc_libdir-1.patch">
     158<!ENTITY iproute2-tclibdir-patch-md5 "f34d6c0300cde64b42d2be74753ec415">
     159<!ENTITY iproute2-tclibdir-patch-size "4 KB">
     160
    157161<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
    158162<!ENTITY perl-multilib-patch-md5 "1f79780e26bc3493f7891e12841c38ed">
Note: See TracChangeset for help on using the changeset viewer.