source: BOOK/final-system/multilib/e2fsprogs-64bit.xml @ 0b061af

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 0b061af was 0b061af, checked in by William Harrington <kb0iic@…>, 10 years ago

Fix some spacing.

  • Property mode set to 100644
File size: 2.8 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
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]30    href="e2fsprogs.xml"
31    xpointer="xpointer(//*[@os='a'])"/>
32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]34    href="e2fsprogs.xml"
35    xpointer="xpointer(//*[@os='b'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]38    href="e2fsprogs.xml"
39    xpointer="xpointer(//*[@os='c'])"/>
40
[0b061af]41<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
42CC="gcc ${BUILD64}"  \
43../configure --prefix=/usr --with-root-prefix="" \
[d6f5e21]44    --enable-elf-shlibs --disable-libblkid \
45    --disable-libuuid --disable-fsck \
[7bfc8ec]46    --disable-uuidd</userinput></screen>
[3f8be484]47
[dabbced]48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]49    href="e2fsprogs.xml"
[3f8be484]50    xpointer="xpointer(//*[@os='e'])"/>
51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]53    href="../common/e2fsprogs.xml"
54    xpointer="xpointer(//*[@os='f'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]57    href="../common/e2fsprogs.xml"
58    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]61    href="../common/e2fsprogs.xml"
62    xpointer="xpointer(//*[@os='h'])"/>
63
[686839b]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65    href="../common/e2fsprogs.xml"
66    xpointer="xpointer(//*[@os='h2'])"/>
67
[dabbced]68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]69    href="../common/e2fsprogs.xml"
70    xpointer="xpointer(//*[@os='i'])"/>
71
[dabbced]72    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]73    href="../common/e2fsprogs.xml"
[3f8be484]74    xpointer="xpointer(//*[@os='j'])"/>
75
[dabbced]76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]77    href="e2fsprogs.xml"
78    xpointer="xpointer(//*[@os='k'])"/>
79
[dabbced]80    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]81    href="e2fsprogs.xml"
82    xpointer="xpointer(//*[@os='l'])"/>
83
[3f8be484]84  </sect2>
85
[dabbced]86  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]87  href="../common/e2fsprogs.xml"
88  xpointer="xpointer(id('contents-e2fsprogs'))"/>
89
90</sect1>
Note: See TracBrowser for help on using the repository browser.