Ignore:
Timestamp:
09/08/2018 09:03:01 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5d46d331
Parents:
f8525af6
Message:

Update to unrar-5.6.6.
Update to links-2.17.
Update to nfs-utils-2.3.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    rf8525af6 rbfe8dc3f  
    77  <!ENTITY nfs-utils-download-http "&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.xz">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "5f952810747674ef4737e4956c297808">
    10   <!ENTITY nfs-utils-size          "644 KB">
    11   <!ENTITY nfs-utils-buildsize     "18 MB">
     9  <!ENTITY nfs-utils-md5sum        "11490e3f85a8676c647fe1bddbf32f99">
     10  <!ENTITY nfs-utils-size          "648 KB">
     11  <!ENTITY nfs-utils-buildsize     "16 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
     
    167167    </note>
    168168
    169     <para>First, fix a build problem caused by gcc-8:</para>
    170 
    171 <screen><userinput>sed -i '/strict-prototypes/d' configure.ac &amp;&amp;
    172 autoreconf -fiv</userinput></screen>
    173 
    174169    <para>Install <application>NFS Utilities</application> by running
    175170    the following commands:</para>
    176171
    177 <!--
    178 <screen><userinput>sed -i '/fcntl.h/a#include &lt;stdint.h&gt;' support/nsm/rpc.c &amp;&amp;-->
    179172<screen><userinput>./configure --prefix=/usr          \
    180173            --sysconfdir=/etc      \
    181174            --sbindir=/sbin        \
    182             --without-tcp-wrappers \
    183175            --disable-nfsv4        \
    184176            --disable-gss &amp;&amp;
     
    214206    to fix a build issue with glibc-2.26 and later.</para>
    215207-->
    216     <para><parameter>--without-tcp-wrappers</parameter>: This option is
    217     needed because TCP Wrappers is not in BLFS.</para>
    218 
    219208    <para><parameter>--disable-nfsv4</parameter>: This allows the package to be
    220209    built when libnfsidmap has not been installed.</para>
Note: See TracChangeset for help on using the changeset viewer.