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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since f3eb9db was 7bfc8ec, checked in by Jim Gifford <clfs@…>, 15 years ago

Finished e2fsprogs changes for util-linux-ng

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18  href="../common/e2fsprogs.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of E2fsprogs</title>
23
24    <para os="m3">Change the library directory to <filename
25    class="directory">lib64</filename>:</para>
26
27<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
28
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="e2fsprogs.xml"
31    xpointer="xpointer(//*[@os='a'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="e2fsprogs.xml"
35    xpointer="xpointer(//*[@os='b'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="e2fsprogs.xml"
39    xpointer="xpointer(//*[@os='c'])"/>
40
41<screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG=true \
42    ../configure --prefix=/usr \
43    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}" \
44    --disable-libblkid --disable-libuuid --disable-fsck \
45    --disable-uuidd</userinput></screen>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48    href="e2fsprogs.xml"
49    xpointer="xpointer(//*[@os='e'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52    href="../common/e2fsprogs.xml"
53    xpointer="xpointer(//*[@os='f'])"/>
54
55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56    href="../common/e2fsprogs.xml"
57    xpointer="xpointer(//*[@os='g'])"/>
58
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60    href="../common/e2fsprogs.xml"
61    xpointer="xpointer(//*[@os='h'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64    href="../common/e2fsprogs.xml"
65    xpointer="xpointer(//*[@os='i'])"/>
66
67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68    href="../common/e2fsprogs.xml"
69    xpointer="xpointer(//*[@os='j'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="e2fsprogs.xml"
73    xpointer="xpointer(//*[@os='k'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="e2fsprogs.xml"
77    xpointer="xpointer(//*[@os='l'])"/>
78
79  </sect2>
80
81  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82  href="../common/e2fsprogs.xml"
83  xpointer="xpointer(id('contents-e2fsprogs'))"/>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.