Changeset 2270211 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Jan 3, 2009, 1:16:57 PM (16 years ago)
- Branches:
- master
- Children:
- cd4af16
- Parents:
- 13f2ca7
- Location:
- BOOK/final-system/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r13f2ca7 r2270211 26 26 <title>Installation of Coreutils</title> 27 27 28 <para os="p1">Prevent Coreutils from installing binaries that will be 29 installed by other packages:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 32 33 <para os="p3">A known issue with the <command>uname</command> program from 28 <para os="p1">A known issue with the <command>uname</command> program from 34 29 this package is that the <option>-p</option> switch always 35 30 returns <computeroutput>unknown</computeroutput>. The following patch 36 31 fixes this behavior for all architectures:</para> 37 32 38 <screen os="p 4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 39 34 40 35 <para os="s1">The following command renames the internal implementation of -
BOOK/final-system/common/gawk.xml
r13f2ca7 r2270211 25 25 <sect2 role="installation"> 26 26 <title>Installation of Gawk</title> 27 28 <para os="a">Patch Gawk to fix a bug which causes it to29 segfault when invoked on a non-existent file:</para>30 31 <screen os="b"><userinput>patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>32 27 33 28 <para os="c">Prepare Gawk for compilation:</para> -
BOOK/final-system/common/shadow.xml
r13f2ca7 r2270211 33 33 command below.</para> 34 34 </note> 35 36 <para os="p1">The following patch fixes numerous issues in shadow. See37 patch for details:</para>38 39 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-fixes-patch;</userinput></screen>40 35 41 36 <para os="b">Create a config.cache containing information about a test that -
BOOK/final-system/common/texinfo.xml
r13f2ca7 r2270211 25 25 <sect2 role="installation"> 26 26 <title>Installation of Texinfo</title> 27 28 <para os="p1">Texinfo allows local users to overwrite arbitrary files via a symlink29 attack on temporary files. Apply the following patch to fix this:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo-tempfile_fix-patch;</userinput></screen>32 27 33 28 <para os="a">Prepare Texinfo for compilation:</para> -
BOOK/final-system/common/vim.xml
r13f2ca7 r2270211 42 42 43 43 <screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen> 44 45 <para os="p3">The following patch contains updates from the maintainer. The46 maintainer of Vim only releases these patches to fix serious issues.</para>47 48 <screen os="p4"><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>49 44 50 45 <para os="b">Change the default location of
Note:
See TracChangeset
for help on using the changeset viewer.