mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to autofs-5.1.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13219 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
627defae51
commit
3e07258013
@ -337,7 +337,7 @@ export -f as_root</userinput></screen>
|
||||
<!-- Chapter 12 -->
|
||||
<!ENTITY acpid-version "2.0.22">
|
||||
<!ENTITY at-version "3.1.14">
|
||||
<!ENTITY autofs-version "5.0.9">
|
||||
<!ENTITY autofs-version "5.1.0">
|
||||
<!ENTITY bluez-version "5.19">
|
||||
<!ENTITY colord-version "1.2.1"> <!-- Even minors only -->
|
||||
<!ENTITY cpio-version "2.11">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY autofs-download-http "http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
|
||||
<!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
|
||||
<!ENTITY autofs-md5sum "7e947834063b55666f3727e77503af37">
|
||||
<!ENTITY autofs-size "256 KB">
|
||||
<!ENTITY autofs-buildsize "8.6 MB">
|
||||
<!ENTITY autofs-md5sum "4c34cacea07db3681b0da1befa229ec4">
|
||||
<!ENTITY autofs-size "284 KB">
|
||||
<!ENTITY autofs-buildsize "9.7 MB">
|
||||
<!ENTITY autofs-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -111,7 +111,9 @@
|
||||
<para>Install <application>Autofs</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/ \
|
||||
<screen><userinput>sed -i -e '/include.*config.h/ i #include <stdarg.h>' lib/defaults.c &&
|
||||
|
||||
./configure --prefix=/ \
|
||||
--without-openldap \
|
||||
--mandir=/usr/share/man &&
|
||||
make</userinput></screen>
|
||||
@ -127,6 +129,11 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ... lib/defaults.c</command>: Fix a build problem with current
|
||||
headers.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--with-libtirpc</option>: This switch enables libtirpc support if
|
||||
available.
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>June 10th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to autofs-5.1.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;5138">#5138</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to serf-1.3.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;5158">#5158</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user