Ignore:
Timestamp:
11/29/2015 10:08:02 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
d9c216c
Parents:
9924aaa
Message:

Update to libtirpc-1.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/rpcbind.xml

    r9924aaa ra4b8fa34  
    5858    </itemizedlist>
    5959
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing="compact">
     62      <listitem>
     63        <para>
     64          Required patch:
     65          <ulink url="&patch-root;/rpcbind-&rpcbind-version;-tirpc_fix-1.patch"/>
     66        </para>
     67      </listitem>
     68    </itemizedlist>
     69
    6070    <bridgehead renderas="sect3">rpcbind Dependencies</bridgehead>
    6171
     
    8292    commands:</para>
    8393
    84     <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
    85 <screen><userinput>./configure --prefix=/usr       \
     94<screen><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
     95
     96./configure --prefix=/usr       \
    8697            --bindir=/sbin      \
    8798            --with-rpcuser=root \
Note: See TracChangeset for help on using the changeset viewer.