Changeset cd34755 for networking


Ignore:
Timestamp:
01/24/2013 04:36:58 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5a464e4d
Parents:
4a29e2b
Message:

Updated to MySQL 5.5.29 and fixed several defect bugs in trac.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libtirpc.xml

    r4a29e2b rcd34755  
    102102
    103103    <para condition="html" role="usernotes">User Notes:
    104     <ulink url="&blfs-wiki;/libtirpc"/></para>
    105 
     104      <ulink url="&blfs-wiki;/libtirpc"/>
     105    </para>
    106106  </sect2>
    107107
     
    110110
    111111    <para>
    112       Glibc-2.14 and later do not install NIS and RPC related headers by
    113       default. If needed, install them here:
    114     </para>
    115 
    116 <screen><userinput>if [ ! -r /usr/include/rpc/rpc.h ]; then
     112      Glibc 2.14 and later does not install NIS and RPC related headers by
     113      default. If needed, install them by running the following command
     114      as the <systemitem class="username">root</systemitem> user:
     115    </para>
     116
     117<screen role="root"><userinput>if [ ! -r /usr/include/rpc/rpc.h ]; then
    117118   tar -xvf ../rpcnis-headers.tar.bz2 -C /usr/include
    118119fi</userinput></screen>
     
    124125
    125126<screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove-nis-2.patch &amp;&amp;
    126 autoreconf &amp;&amp;
     127sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
     128autoreconf -fi &amp;&amp;
    127129./configure --prefix=/usr CFLAGS="-fPIC" &amp;&amp;
    128130make</userinput></screen>
     
    144146  <sect2 role="commands">
    145147    <title>Command Explanations</title>
     148
     149    <para>
     150      <command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
     151      -i configure.ac</command>: This sed fixes some issues with
     152      <application>Automake</application> 1.13 and later.
     153    </para>
    146154
    147155    <para>
     
    176184
    177185      <varlistentry id="libtirpc-lib">
    178         <term><filename class='libraryfile'>libtirpc.{so,a}</filename></term>
     186        <term><filename class="libraryfile">libtirpc.{so,a}</filename></term>
    179187        <listitem>
    180188          <para>
Note: See TracChangeset for help on using the changeset viewer.