mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update liptirpc-0.2.4. Fixes #4501
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12490 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cb435106d6
commit
08fa48351e
@ -464,7 +464,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY libpcap-version "1.5.2">
|
||||
<!ENTITY libproxy-version "0.4.7">
|
||||
<!ENTITY libsoup-version "2.44.2">
|
||||
<!ENTITY libtirpc-version "0.2.3">
|
||||
<!ENTITY libtirpc-version "0.2.4">
|
||||
<!ENTITY neon-version "0.30.0">
|
||||
<!ENTITY serf-version "1.3.2">
|
||||
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>December 30th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to libtirpc-0.2.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;4501">#4501</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to mariadb-10.0.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;4499">#4499</ulink>.</para>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
|
||||
<!ENTITY libtirpc-download-ftp " ">
|
||||
<!ENTITY libtirpc-md5sum "b70e6c12a369a91e69fcc3b9feb23d61">
|
||||
<!ENTITY libtirpc-size "456 KB">
|
||||
<!ENTITY libtirpc-buildsize "7.5 MB">
|
||||
<!ENTITY libtirpc-md5sum "847995e8d002cbf1387bda05947be086">
|
||||
<!ENTITY libtirpc-size "448 KB">
|
||||
<!ENTITY libtirpc-buildsize "8.0 MB">
|
||||
<!ENTITY libtirpc-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -103,10 +103,12 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch &&
|
||||
sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &&
|
||||
autoreconf -fi &&
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc CFLAGS="-fPIC" --disable-static &&
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--disable-gssapi &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -126,12 +128,6 @@ ln -sfv ../../lib/libtirpc.so.1.0.10 /usr/lib/libtirpc.so</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
|
||||
-i configure.ac</command>: This sed fixes some issues with
|
||||
<application>Automake</application> 1.13 and later.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package information</bridgehead>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&nfs-utils-download-http;"/></para>
|
||||
@ -248,6 +248,7 @@ EOF</userinput></screen>
|
||||
<primary sortas="e-etc-fstab">/etc/fstab</primary>
|
||||
</indexterm>
|
||||
|
||||
<!-- /etc/netconfig is installed by libtirpc
|
||||
<para>In some circumstances an <filename>/etc/netconfig</filename> file
|
||||
is required by an nfs client. It does no harm to create one even if it
|
||||
is not in fact needed. As the <systemitem class="username">root</systemitem>
|
||||
@ -265,7 +266,7 @@ EOF</userinput></screen>
|
||||
<indexterm zone="nfs-utils nfs-utils-client-config">
|
||||
<primary sortas="e-etc-netconfig">/etc/netconfig</primary>
|
||||
</indexterm>
|
||||
|
||||
-->
|
||||
|
||||
<sect4 id="nfs-utils-client-init">
|
||||
<title>Boot Script</title>
|
||||
|
Loading…
Reference in New Issue
Block a user