Changeset a65876c for general/sysutils/autofs.xml
- Timestamp:
- 10/26/2017 07:55:56 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cc12b02
- Parents:
- 50e7a57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/autofs.xml
r50e7a57 ra65876c 65 65 <bridgehead renderas="sect4">Required</bridgehead> 66 66 <para role="required"> 67 <xref linkend=" rpcsvc-proto"/>,67 <xref linkend="libtirpc"/> 68 68 </para> 69 69 70 70 <bridgehead renderas="sect4">Optional</bridgehead> 71 71 <para role="optional"> 72 <xref linkend="libtirpc"/>,73 72 <xref linkend="nfs-utils"/>, 74 73 <xref linkend="libxml2"/>, … … 118 117 119 118 <screen revision="sysv"><userinput>./configure --prefix=/ \ 119 --with-libtirpc \ 120 120 --without-openldap \ 121 121 --mandir=/usr/share/man && … … 123 123 124 124 <screen revision="systemd"><userinput>./configure --prefix=/ \ 125 --with-libtirpc \ 125 126 --with-systemd \ 126 127 --without-openldap \ 127 128 --mandir=/usr/share/man && 128 129 129 CFLAGS+='-I/usr/include/tirpc/'make</userinput></screen>130 make</userinput></screen> 130 131 131 132 <para>This package does not come with a test suite.</para> … … 139 140 <sect2 role="commands"> 140 141 <title>Command Explanations</title> 142 143 <para> 144 <parameter>--with-libtirpc</parameter>: This switch forces the package to 145 use libtirpc for RPC functionality instead of relying on implementation 146 from Glibc, which was removed in LFS 8.1. 147 </para> 141 148 142 149 <para revision="systemd"> … … 149 156 if found. If openldap is desired, omit this switch. Note that openldap 150 157 support in autofs requires <xref linkend="mitkrb"/>. 151 </para>152 153 <para>154 <option>--with-libtirpc</option>: This switch enables libtirpc support if155 available.156 158 </para> 157 159
Note:
See TracChangeset
for help on using the changeset viewer.