Changeset 12dce87
- Timestamp:
- Apr 16, 2017, 3:58:32 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- f55dc19
- Parents:
- 12fa208
- Files:
-
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r12fa208 r12dce87 26 26 <title>Installation of IPRoute2</title> 27 27 28 <para os="s1">By default, this package builds the <command>arpd</command> 29 program, which is dependent on Berkeley DB. Because <command>arpd</command> 30 is not a very common requirement on a base Linux system, remove the 31 dependency on Berkeley DB by using the commands 32 below. If the <command>arpd</command> binary is needed, instructions for 33 compiling Berkeley DB can be found in CBLFS at <ulink 34 url="&cblfs-root;index.php/Berkeley_DB"/>.</para> 35 36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile 37 sed -i '/ARPD/d' Makefile 38 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> 28 <para os="s1">ARPD will not be installed as Berkeley DB is not installed. 29 Remove any <command>arpd</command> references during install.</para> 30 31 <screen os="s2"><userinput>sed -i '/ARPD/d' Makefile 32 sed -i 's/arpd.8//' man/man8/Makefile 33 sed -i '/tc-simple/s@tc-skbmod.8 @@' man/man8/Makefile 34 rm -v doc/arpd.sgml 35 </userinput></screen> 39 36 40 37 <para os="a">Compile the package:</para> -
BOOK/final-system/multilib/iproute2.xml
r12fa208 r12dce87 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-libdir-patch;</userinput></screen>35 36 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 33 href="../common/iproute2.xml" -
BOOK/introduction/common/changelog.xml
r12fa208 r12dce87 43 43 ticket <ulink url="&clfs-ticket-root;1105">#1105.</ulink></para> 44 44 </listitem> 45 <listitem> 46 <para>[William Harrington] - Upgrade IProute2 to 4.9.0. Fixes 47 ticket <ulink url="&clfs-ticket-root;1103">#1103.</ulink></para> 48 </listitem> 45 49 </itemizedlist> 46 50 </listitem> -
BOOK/materials/mips64/patches.xml
r12fa208 r12dce87 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 36 href="../x86_64/patches.xml" 37 xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"40 href="../x86_64/patches.xml"41 37 xpointer="xpointer(//*[@os='perl-multilib-patch'])"/> 42 38 -
BOOK/materials/ppc64/patches.xml
r12fa208 r12dce87 20 20 href="../ppc/patches.xml" 21 21 xpointer="xpointer(//*[@os='hfsutils-fixes-patch'])"/> 22 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 href="../x86_64/patches.xml"25 xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>26 22 27 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/materials/sparc64/patches.xml
r12fa208 r12dce87 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 24 href="../x86_64/patches.xml" 25 xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>26 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"28 href="../x86_64/patches.xml"29 25 xpointer="xpointer(//*[@os='perl-multilib-patch'])"/> 30 26 -
BOOK/materials/x86_64/patches.xml
r12fa208 r12dce87 17 17 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> 18 18 19 <varlistentry os="iproute2-libdir-patch">20 <term>IPRoute2 Lib64 Patch - <token>&iproute2-libdir-patch-size;</token>:</term>21 <listitem>22 <para>Download: <ulink23 url="&patches-root;&iproute2-libdir-patch;"/></para>24 <para>MD5 sum: <literal>&iproute2-libdir-patch-md5;</literal></para>25 </listitem>26 </varlistentry>27 28 19 <varlistentry os="perl-multilib-patch"> 29 20 <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term> -
BOOK/packages.ent
r12fa208 r12dce87 266 266 <!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool"> 267 267 268 <!ENTITY iproute2-version "4. 1.1">269 <!ENTITY iproute2-size " 496KB">268 <!ENTITY iproute2-version "4.9.0"> 269 <!ENTITY iproute2-size "613 KB"> 270 270 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 271 <!ENTITY iproute2-md5 " 39290cb3a55d38dd8d10e19a3094109f">271 <!ENTITY iproute2-md5 "44a8371a4b2c40e48e4c9f98cbd41391"> 272 272 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> 273 273 -
BOOK/patches.ent
r12fa208 r12dce87 84 84 <!-- Start of multilib patches --> 85 85 86 <!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch">87 <!ENTITY iproute2-libdir-patch-md5 "c1b1d63a88f04785c02c71a32d6b9b65">88 <!ENTITY iproute2-libdir-patch-size "2.053 KB">89 90 86 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> 91 87 <!ENTITY perl-multilib-patch-md5 "7a2893356fb80871d6e766900c278a52">
Note:
See TracChangeset
for help on using the changeset viewer.