Changeset 3e072580 for general/sysutils


Ignore:
Timestamp:
06/10/2014 08:27:21 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
369d7767
Parents:
627defae
Message:

Update to autofs-5.1.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r627defae r3e072580  
    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        "7e947834063b55666f3727e77503af37">
    10   <!ENTITY autofs-size          "256 KB">
    11   <!ENTITY autofs-buildsize     "8.6 MB">
     9  <!ENTITY autofs-md5sum        "4c34cacea07db3681b0da1befa229ec4">
     10  <!ENTITY autofs-size          "284 KB">
     11  <!ENTITY autofs-buildsize     "9.7 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    112112    commands:</para>
    113113
    114 <screen><userinput>./configure --prefix=/         \
     114<screen><userinput>sed -i -e '/include.*config.h/ i #include &lt;stdarg.h&gt;' lib/defaults.c &amp;&amp;
     115
     116./configure --prefix=/         \
    115117            --without-openldap \
    116118            --mandir=/usr/share/man &amp;&amp;
     
    127129  <sect2 role="commands">
    128130    <title>Command Explanations</title>
     131
     132    <para>
     133      <command>sed ... lib/defaults.c</command>: Fix a build problem with current
     134      headers.
     135    </para>
    129136
    130137    <para>
Note: See TracChangeset for help on using the changeset viewer.