Changeset f218717


Ignore:
Timestamp:
Sep 5, 2006, 12:35:41 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
5783b40
Parents:
ba2b013
Message:

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

consistency through the system

Files:
7 edited

Legend:

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

    rba2b013 rf218717  
    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>
  • introduction/common/changelog.xml

    rba2b013 rf218717  
    4444          consistency through the system.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[jim] - IPRoute2 - On multilib builds, change /usr/lib/tc to /usr/lib64/tc, to keep
     48          consistency through the system.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
  • materials/mips64/patches.xml

    rba2b013 rf218717  
    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'])"/>
  • materials/ppc64/patches.xml

    rba2b013 rf218717  
    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
  • materials/sparc64/patches.xml

    rba2b013 rf218717  
    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'])"/>
  • materials/x86_64/patches.xml

    rba2b013 rf218717  
    4343    </varlistentry>
    4444
     45    <varlistentry os="iproute2-tclibdir-patch">
     46      <term>IPRoute2 Lib64 Patch - <token>&iproute2-tclibdir-patch-size;</token>:</term>
     47      <listitem>
     48        <para>Download: <ulink
     49        url="&patches-root;&iproute2-tclibdir-patch;"/></para>
     50        <para>MD5 sum: <literal>&iproute2-tclibdir-patch-md5;</literal></para>
     51      </listitem>
     52    </varlistentry>
     53
    4554    <varlistentry os="perl-multilib-patch">
    4655      <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term>
  • patches.ent

    rba2b013 rf218717  
    147147<!ENTITY binutils-multilib-patch-size "2.6 KB">
    148148
     149<!ENTITY iproute2-tclibdir-patch "iproute2-&iproute2-version;-tc_libdir-1.patch">
     150<!ENTITY iproute2-tclibdir-patch-md5 "f34d6c0300cde64b42d2be74753ec415">
     151<!ENTITY iproute2-tclibdir-patch-size "4 KB">
     152
    149153<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
    150154<!ENTITY perl-multilib-patch-md5 "1f79780e26bc3493f7891e12841c38ed">
Note: See TracChangeset for help on using the changeset viewer.