Changeset add0598 for BOOK/final-system
- Timestamp:
- Oct 21, 2006, 8:56:59 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 054bf2ad
- Parents:
- ad01a6a
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
rad01a6a radd0598 25 25 <sect2 role="installation"> 26 26 <title>Installation of Tar</title> 27 28 <para os="p1">Apply a patch to fix some issues with the test suite when using29 GCC-&gcc-version;:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>32 33 <para os="p3">Tar has a bug when the <option>-S</option> option is used with34 files larger than 4 GB. The following patch properly fixes this issue:</para>35 36 <screen os="p4"><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>37 38 <para os="p5">This patch fixes a security vulnerability in Tar:</para>39 40 <screen os="p6"><userinput>patch -Np1 -i ../&tar-security_fixes-patch;</userinput></screen>41 27 42 28 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/multilib/tar.xml
rad01a6a radd0598 21 21 <sect2 role="installation"> 22 22 <title>Installation of Tar</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../common/tar.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../common/tar.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/tar.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/tar.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"41 href="../common/tar.xml"42 xpointer="xpointer(//*[@os='p5'])"/>43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"45 href="../common/tar.xml"46 xpointer="xpointer(//*[@os='p6'])"/>47 23 48 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.