Changeset ff8e45f


Ignore:
Timestamp:
04/11/2006 04:27:55 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 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:
a388fba
Parents:
09536812
Message:

Added gcc4 patch for nfs-utils-1.0.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r09536812 rff8e45f  
    1 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     1<!ENTITY day          "11">                   <!-- Always 2 digits -->
    22<!ENTITY month        "04">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    r09536812 rff8e45f  
    4343
    4444    <listitem>
     45      <para>April 11th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Added gcc4 patch for nfs-utils-1.0.7.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 10th, 2006</para>
    4655      <itemizedlist>
  • server/major/nfs-utils.xml

    r09536812 rff8e45f  
    5858      <listitem>
    5959        <para>Estimated build time: &nfs-utils-time;</para>
     60      </listitem>
     61    </itemizedlist>
     62
     63    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     64    <itemizedlist spacing='compact'>
     65      <listitem>
     66        <para>Required patch: <ulink
     67        url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc4-1.patch"/></para>
    6068      </listitem>
    6169    </itemizedlist>
     
    128136    the following commands:</para>
    129137
    130 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     138<screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc4-1.patch &amp;&amp;
     139./configure --prefix=/usr --sysconfdir=/etc \
    131140    --disable-nfsv4 --disable-gss &amp;&amp;
    132141make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.