Changeset 12dce87 for BOOK/final-system
- Timestamp:
- Apr 16, 2017, 3:58:32 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- f55dc19
- Parents:
- 12fa208
- Location:
- BOOK/final-system
- Files:
-
- 2 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"
Note:
See TracChangeset
for help on using the changeset viewer.