Changeset a65876c


Ignore:
Timestamp:
10/26/2017 07:55:56 PM (6 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cc12b02
Parents:
50e7a57
Message:

Implement proper autofs fix for both book books. Systemd book already had a hacky workaround anyways.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19389 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r50e7a57 ra65876c  
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    6666    <para role="required">
    67       <xref linkend="rpcsvc-proto"/>,
     67      <xref linkend="libtirpc"/>
    6868    </para>
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para role="optional">
    72       <xref linkend="libtirpc"/>,
    7372      <xref linkend="nfs-utils"/>,
    7473      <xref linkend="libxml2"/>,
     
    118117
    119118<screen revision="sysv"><userinput>./configure --prefix=/         \
     119            --with-libtirpc    \
    120120            --without-openldap \
    121121            --mandir=/usr/share/man &amp;&amp;
     
    123123
    124124<screen revision="systemd"><userinput>./configure --prefix=/         \
     125            --with-libtirpc    \
    125126            --with-systemd     \           
    126127            --without-openldap \
    127128            --mandir=/usr/share/man &amp;&amp;
    128129
    129 CFLAGS+='-I/usr/include/tirpc/' make</userinput></screen>
     130make</userinput></screen>
    130131
    131132    <para>This package does not come with a test suite.</para>
     
    139140  <sect2 role="commands">
    140141    <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>
    141148
    142149    <para revision="systemd">
     
    149156      if found.  If openldap is desired, omit this switch.  Note that openldap
    150157      support in autofs requires <xref linkend="mitkrb"/>.
    151     </para>
    152 
    153     <para>
    154       <option>--with-libtirpc</option>: This switch enables libtirpc support if
    155       available.
    156158    </para>
    157159
  • introduction/welcome/changelog.xml

    r50e7a57 ra65876c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[krejzi] - Fix autofs compilation on LFS 8.1+ by forcing
     49          libtirpc usage.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Update to evolution-data-server-3.26.1.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.