Changeset a65876c
- Timestamp:
- 10/26/2017 07:55:56 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cc12b02
- Parents:
- 50e7a57
- Files:
-
- 2 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 -
introduction/welcome/changelog.xml
r50e7a57 ra65876c 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[krejzi] - Fix autofs compilation on LFS 8.1+ by forcing 49 libtirpc usage.</para> 50 </listitem> 51 <listitem> 48 52 <para>[dj] - Update to evolution-data-server-3.26.1.</para> 49 53 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.