Changeset 08fa483 for networking


Ignore:
Timestamp:
12/30/2013 10:23:21 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
fe15290
Parents:
cb435106
Message:

Update liptirpc-0.2.4. Fixes #4501

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libtirpc.xml

    rcb435106 r08fa483  
    77  <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
    88  <!ENTITY libtirpc-download-ftp  " ">
    9   <!ENTITY libtirpc-md5sum        "b70e6c12a369a91e69fcc3b9feb23d61">
    10   <!ENTITY libtirpc-size          "456 KB">
    11   <!ENTITY libtirpc-buildsize     "7.5 MB">
     9  <!ENTITY libtirpc-md5sum        "847995e8d002cbf1387bda05947be086">
     10  <!ENTITY libtirpc-size          "448 KB">
     11  <!ENTITY libtirpc-buildsize     "8.0 MB">
    1212  <!ENTITY libtirpc-time          "0.2 SBU">
    1313]>
     
    104104
    105105<screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch &amp;&amp;
    106 sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
    107106autoreconf -fi &amp;&amp;
    108107
    109 ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="-fPIC" --disable-static &amp;&amp;
     108./configure --prefix=/usr     \
     109            --sysconfdir=/etc \
     110            --disable-static  \
     111            --disable-gssapi  &amp;&amp;
    110112make</userinput></screen>
    111113
     
    126128  <sect2 role="commands">
    127129    <title>Command Explanations</title>
    128 
    129     <para>
    130       <command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
    131       -i configure.ac</command>: This sed fixes some issues with
    132       <application>Automake</application> 1.13 and later.
    133     </para>
    134130
    135131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • networking/netprogs/nfs-utils.xml

    rcb435106 r08fa483  
    3737    &lfs74_checked;
    3838
    39     <bridgehead renderas="sect3">Package information</bridgehead>
     39    <bridgehead renderas="sect3">Package Information</bridgehead>
    4040    <itemizedlist spacing='compact'>
    4141      <listitem>
     
    249249      </indexterm>
    250250
     251<!-- /etc/netconfig is installed by libtirpc
    251252      <para>In some circumstances an <filename>/etc/netconfig</filename> file
    252253      is required by an nfs client. It does no harm to create one even if it
     
    266267        <primary sortas="e-etc-netconfig">/etc/netconfig</primary>
    267268      </indexterm>
    268 
     269-->
    269270
    270271      <sect4  id="nfs-utils-client-init">
Note: See TracChangeset for help on using the changeset viewer.