Ignore:
Timestamp:
09/09/2018 01:44:35 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
perl-modules
Children:
6df794d
Parents:
2d6354a7
Message:

Merge r20475 to r20480 from trunk

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20481 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r2d6354a7 r8e266c6  
    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.