Changeset c416b5c
- Timestamp:
- Apr 16, 2017, 4:00:47 PM (8 years ago)
- Branches:
- sysvinit
- Children:
- 6355738
- Parents:
- 95c1d14
- git-author:
- William Harrington <kb0iic@…> (04/16/17 15:58:32)
- git-committer:
- William Harrington <kb0iic@…> (04/16/17 16:00:47)
- Files:
-
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 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
r95c1d14 rc416b5c 233 233 <!ENTITY iana-etc-md5 "3ba3afb1d1b261383d247f46cb135ee8"> 234 234 <!ENTITY iana-etc-home "https://www.archlinux.org/packages/core/any/iana-etc/"> 235 <!-- <!ENTITY iana-etc-home "http://sethwklein.net/iana-etc"> -->236 235 237 236 <!ENTITY iproute2-version "4.1.1"> 238 237 <!ENTITY iproute2-size "496 KB"> 238 239 <!ENTITY intltool-version "0.51.0"> 240 <!ENTITY intltool-size "162 KB"> 241 <!ENTITY intltool-url "http://launchpad.net/intltool/trunk/&intltool-version;/+download/intltool-&intltool-version;.tar.gz"> 242 <!ENTITY intltool-md5 "12e517cac2b57a0121cda351570f1e63"> 243 <!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool"> 244 245 <!ENTITY iproute2-version "4.9.0"> 246 <!ENTITY iproute2-size "613 KB"> 239 247 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 240 <!ENTITY iproute2-md5 " 39290cb3a55d38dd8d10e19a3094109f">248 <!ENTITY iproute2-md5 "44a8371a4b2c40e48e4c9f98cbd41391"> 241 249 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> 242 250 -
BOOK/patches.ent
r95c1d14 rc416b5c 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.