source: BOOK/temp-system/common/util-linux.xml @ 52b1b25

sysvinit
Last change on this file since 52b1b25 was 52b1b25, checked in by Chris Staub <chris@…>, 7 years ago

Added acl, attr, libcap

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[ba2a6ce0]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-temp-system-util-linux" role="wrap">
9  <?dbhtml filename="util-linux.html"?>
10
11  <title>Util-linux-&util-linux-version;</title>
12
13  <indexterm zone="ch-temp-system-util-linux">
14    <primary sortas="a-Util-linux">Util-linux</primary>
15    <secondary>temporary system</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19  href="../../final-system/common/util-linux.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of Util-linux</title>
24
25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26    href="../../final-system/common/util-linux.xml"
27    xpointer="xpointer(//*[@os='a'])"/>
28
[52b1b25]29<screen os="b"><userinput>NCURSESW6_CONFIG=" " \
30NCURSES6_CONFIG=" " \
31NCURSESW5_CONFIG=" " \
32NCURSES5_CONFIG=" " \
33    ./configure \
[b27081c4]34    --prefix=/tools \
35    --build=${CLFS_HOST} \
36    --host=${CLFS_TARGET} \
37    --disable-makeinstall-chown \
38    --disable-makeinstall-setuid \
[a72db74]39    --disable-nologin \
[6d70f62]40    --without-python</userinput></screen>
[ba2a6ce0]41
42    <variablelist os="c">
43      <title>The meaning of the new configure option:</title>
44
45      <varlistentry>
46        <term><parameter>--disable-makeinstall-chown</parameter></term>
47        <listitem>
48          <para>This prevents Util-linux from trying to perform any
49          chown commands when it is installed.</para>
50        </listitem>
51      </varlistentry>
52
[db71344]53      <varlistentry>
54        <term><parameter>--disable-makeinstall-setuid</parameter></term>
55        <listitem>
56          <para>This prevents Util-linux from enabling the setuid bit on
57          any of its installed programs.</para>
58        </listitem>
59      </varlistentry>
60
[a72db74]61      <varlistentry>
62        <term><parameter>--disable-nologin</parameter></term>
63        <listitem>
64          <para>This prevents Util-linux from installing
65          <command>nologin</command>.</para> 
66        </listitem>
67      </varlistentry>
68
[6d70f62]69      <varlistentry>
70        <term><parameter>--without-python</parameter></term>
71        <listitem>
[c3912ec]72          <para>This avoids the building of unneeded Python bindings when
[6d70f62]73          Python is installed on the host system.</para>
74        </listitem>
75      </varlistentry>
76
[ba2a6ce0]77    </variablelist>
78
79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
80    href="../../final-system/common/util-linux.xml"
81    xpointer="xpointer(//*[@os='d'])"/>
82
83<screen os="e"><userinput>make</userinput></screen>
84
85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
86    href="../../final-system/common/util-linux.xml"
87    xpointer="xpointer(//*[@os='g'])"/>
88
89<screen os="h"><userinput>make install</userinput></screen>
90
91  </sect2>
92
93  <sect2 role="content">
94    <title/>
95
96    <para>Details on this package are located in <xref
97    linkend="contents-util-linux" role="."/></para>
98
99  </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.