Changeset 604ee99 for BOOK/final-system/common
- Timestamp:
- Sep 4, 2015, 6:01:53 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 7709fcb
- Parents:
- 1c31119
- git-author:
- William Harrington <kb0iic@…> (09/04/15 18:01:50)
- git-committer:
- William Harrington <kb0iic@…> (09/04/15 18:01:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r1c31119 r604ee99 29 29 <title>Installation of E2fsprogs</title> 30 30 31 <para os="s1">Fix a potential security issue identified upstream:</para> 32 33 <screen os="s2"><userinput>sed -e '/int.*old_desc_blocks/s/int/blk64_t/' \ 34 -e '/if (old_desc_blocks/s/super->s_first_meta_bg/desc_blocks/' \ 35 -i lib/ext2fs/closefs.c</userinput></screen> 36 31 37 <para os="a">The E2fsprogs documentation recommends that the package be 32 38 built in a subdirectory of the source tree:</para> … … 37 43 <para os="c">Prepare E2fsprogs for compilation:</para> 38 44 39 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \ 40 --enable-elf-shlibs --disable-libblkid \ 41 --disable-libuuid --disable-fsck \ 42 --disable-uuidd</userinput></screen> 45 <screen os="d"><userinput>../configure --prefix=/usr --bindir=/bin \ 46 --with-root-prefix="" --enable-elf-shlibs --disable-libblkid \ 47 --disable-libuuid --disable-fsck --disable-uuidd</userinput></screen> 43 48 44 49 <variablelist os="e">
Note:
See TracChangeset
for help on using the changeset viewer.