Changeset 48a10c74 for networking


Ignore:
Timestamp:
06/02/2015 09:51:13 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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:
957cd5b
Parents:
4827616
Message:

Update to libtirpc-0.3.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libtirpc.xml

    r4827616 r48a10c74  
    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        "34b07c50e6e3fc1ca18182e9f0fd5a67">
    10   <!ENTITY libtirpc-size          "468 KB">
    11   <!ENTITY libtirpc-buildsize     "7.6 MB">
     9  <!ENTITY libtirpc-md5sum        "bf1905c13cdfc232ee0cf117c74d4a5b">
     10  <!ENTITY libtirpc-size          "472 KB">
     11  <!ENTITY libtirpc-buildsize     "7.5 MB">
    1212  <!ENTITY libtirpc-time          "less than 0.1 SBU">
    1313]>
     
    105105    </para>
    106106
    107 <screen><userinput>sed -e '/rpcsec_gss.h/         i #ifdef HAVE_RPCSEC_GSS' \
    108     -e '/svc_rpc_gss_parms_t;/ a #endif' \
    109     -e '/svc_rpc_gss_parms_t / i #ifdef HAVE_RPCSEC_GSS' \
    110     -e '/rpc_gss_rawcred_t /   a #endif' \
    111     -i tirpc/rpc/svc_auth.h   &amp;&amp;
    112 
    113 ./configure --prefix=/usr     \
     107<screen><userinput>./configure --prefix=/usr     \
    114108            --sysconfdir=/etc \
    115109            --disable-static  \
     
    133127  <sect2 role="commands">
    134128    <title>Command Explanations</title>
    135 
    136     <para>
    137       <command>sed -e ... -i tirpc/rpc/svc_auth.h</command>: This command fixes
    138       build with GSSAPI disabled. Remove this switch if you have one installed
    139       (for example <xref linkend="mitkrb"/>) and you wish to use it.
    140     </para>
    141129
    142130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.