Changeset f218717
- Timestamp:
- Sep 5, 2006, 12:35:41 PM (18 years ago)
- Children:
- 5783b40
- Parents:
- ba2b013
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/iproute2.xml
rba2b013 rf218717 30 30 xpointer="xpointer(//*[@os='s2'])"/> 31 31 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 32 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 37 href="../common/iproute2.xml" 34 38 xpointer="xpointer(//*[@os='a'])"/> 35 39 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> 37 41 38 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 48 52 xpointer="xpointer(//*[@os='e'])"/> 49 53 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> 53 55 54 56 </sect2> -
introduction/common/changelog.xml
rba2b013 rf218717 44 44 consistency through the system.</para> 45 45 </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> 46 50 </itemizedlist> 47 51 </listitem> -
materials/mips64/patches.xml
rba2b013 rf218717 50 50 51 51 <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" 52 56 href="../mips/patches.xml" 53 57 xpointer="xpointer(//*[@os='linux-mips-patch'])"/> -
materials/ppc64/patches.xml
rba2b013 rf218717 54 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 55 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" 56 60 xpointer="xpointer(//*[@os='perl-multilib-patch'])"/> 57 61 -
materials/sparc64/patches.xml
rba2b013 rf218717 30 30 31 31 <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" 32 36 href="../sparc/patches.xml" 33 37 xpointer="xpointer(//*[@os='kbd-sparc_kbdrate-patch'])"/> -
materials/x86_64/patches.xml
rba2b013 rf218717 43 43 </varlistentry> 44 44 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 45 54 <varlistentry os="perl-multilib-patch"> 46 55 <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term> -
patches.ent
rba2b013 rf218717 147 147 <!ENTITY binutils-multilib-patch-size "2.6 KB"> 148 148 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 149 153 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> 150 154 <!ENTITY perl-multilib-patch-md5 "1f79780e26bc3493f7891e12841c38ed">
Note:
See TracChangeset
for help on using the changeset viewer.