Ignore:
Timestamp:
05/07/2015 05:21:30 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
93a5015
Parents:
8e3c4db
Message:

Update to libtirpc-0.3.0.
Update to autofs-5.1.1.
Update to rpcbind-0.2.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r8e3c4db r9fe905c  
    77  <!ENTITY autofs-download-http "http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
    88  <!ENTITY autofs-download-ftp  "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
    9   <!ENTITY autofs-md5sum        "4c34cacea07db3681b0da1befa229ec4">
     9  <!ENTITY autofs-md5sum        "889c9d2f0e76f08ae0ff0d206f119098">
    1010  <!ENTITY autofs-size          "284 KB">
    11   <!ENTITY autofs-buildsize     "9.7 MB">
     11  <!ENTITY autofs-buildsize     "11 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    3737    </para>
    3838
    39     &lfs77_checked;
     39    &lfs77_built; &gcc5_built;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112112    commands:</para>
    113113
    114 <screen><userinput>sed -i -e '/include.*config.h/ i #include &lt;stdarg.h&gt;' lib/defaults.c &amp;&amp;
    115 
    116 ./configure --prefix=/         \
     114<screen><userinput>./configure --prefix=/         \
    117115            --without-openldap \
    118116            --mandir=/usr/share/man &amp;&amp;
     
    131129
    132130    <para>
    133       <command>sed ... lib/defaults.c</command>: Fix a build problem with current
    134       headers.
    135     </para>
    136 
    137     <para>
    138131      <option>--with-libtirpc</option>: This switch enables libtirpc support if
    139132      available.
     
    141134
    142135    <para>
    143       <option>--without-openldap</option>: This switch disables openldap if found.  If
    144       openldap is desired, omit this switch.  Note that openldap support in autofs
    145       requires <xref linkend="mitkrb"/>.
     136      <option>--without-openldap</option>: This switch disables openldap if
     137      found.  If openldap is desired, omit this switch.  Note that openldap
     138      support in autofs requires <xref linkend="mitkrb"/>.
    146139    </para>
    147140
     
    286279      <seglistitem>
    287280        <seg>automount</seg>
    288         <seg>lookup_dir.so, lookup_file.so, lookup_hosts.so, lookup_ldap.so,
    289              lookup_multi.so, lookup_nisplus.so, lookup_program.so,
    290              lookup_userhome.so, lookup_yp.so, mount_afs.so, mount_autofs.so,
    291              mount_bind.so, mount_changer.so, mount_ext2.so, mount_generic.so,
    292              mount_nfs.so, parse_sun.so</seg>
     281        <seg>
     282          lookup_dir.so, lookup_file.so, lookup_files.so, lookup_hosts.so,
     283          lookup_ldap.so, lookup_multi.so, lookup_nis.so, lookup_nisplus.so,
     284          lookup_program.so, lookup_userhome.so, lookup_yp.so, mount_afs.so,
     285          mount_autofs.so, mount_bind.so, mount_changer.so, mount_ext2.so,
     286          mount_ext3.so, mount_ext4.so, mount_generic.so, mount_nfs.so,
     287          mount_nfs4.so, parse_amd.so, and parse_sun.so
     288           </seg>
    293289        <seg>/lib/autofs</seg>
    294290      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.