source: BOOK/final-system/multilib/e2fsprogs-64bit.xml @ 8119e26

systemd
Last change on this file since 8119e26 was 8119e26, checked in by William Harrington <kb0iic@…>, 9 years ago

Update E2fsprogs to 1.42.13 fro 1.42.12 and add --bindir=/bin and a potential security fix sed located at https://lwn.net/Articles/652348/?format=printable

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-e2fsprogs" role="wrap">
9  <?dbhtml filename="e2fsprogs-64bit.html"?>
10
11  <title>E2fsprogs-&e2fsprogs-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-e2fsprogs">
14    <primary sortas="a-E2fsprogs">E2fsprogs</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/e2fsprogs.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of E2fsprogs</title>
23
[e0e40d3]24    <para os="m3">Change the library directory to <filename
[3f8be484]25    class="directory">lib64</filename>:</para>
26
[0498a5bd]27<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
[3f8be484]28
[8119e26]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30    href="e2fsprogs.xml"
31    xpointer="xpointer(//*[@os='s1'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34    href="e2fsprogs.xml"
35    xpointer="xpointer(//*[@os='s2'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]38    href="e2fsprogs.xml"
39    xpointer="xpointer(//*[@os='a'])"/>
40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]42    href="e2fsprogs.xml"
43    xpointer="xpointer(//*[@os='b'])"/>
44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]46    href="e2fsprogs.xml"
47    xpointer="xpointer(//*[@os='c'])"/>
48
[0b061af]49<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
50CC="gcc ${BUILD64}"  \
[8119e26]51../configure --prefix=/usr --bindir=/bin --with-root-prefix="" \
52    --enable-elf-shlibs --disable-libblkid --disable-libuuid \
53    --disable-fsck --disable-uuidd</userinput></screen>
[3f8be484]54
[dabbced]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]56    href="e2fsprogs.xml"
[3f8be484]57    xpointer="xpointer(//*[@os='e'])"/>
58
[dabbced]59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]60    href="../common/e2fsprogs.xml"
61    xpointer="xpointer(//*[@os='f'])"/>
62
[dabbced]63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]64    href="../common/e2fsprogs.xml"
65    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]66
[dabbced]67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]68    href="../common/e2fsprogs.xml"
69    xpointer="xpointer(//*[@os='h'])"/>
70
[686839b]71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
72    href="../common/e2fsprogs.xml"
73    xpointer="xpointer(//*[@os='h2'])"/>
74
[dabbced]75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]76    href="../common/e2fsprogs.xml"
77    xpointer="xpointer(//*[@os='i'])"/>
78
[dabbced]79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]80    href="../common/e2fsprogs.xml"
[3f8be484]81    xpointer="xpointer(//*[@os='j'])"/>
82
[dabbced]83    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]84    href="e2fsprogs.xml"
85    xpointer="xpointer(//*[@os='k'])"/>
86
[dabbced]87    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]88    href="e2fsprogs.xml"
89    xpointer="xpointer(//*[@os='l'])"/>
90
[3f8be484]91  </sect2>
92
[dabbced]93  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]94  href="../common/e2fsprogs.xml"
95  xpointer="xpointer(id('contents-e2fsprogs'))"/>
96
97</sect1>
Note: See TracBrowser for help on using the repository browser.