Changeset 102c4bb6 for chapter06


Ignore:
Timestamp:
08/25/2015 09:13:13 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.9-systemd
Children:
dbc347c5
Parents:
f77b95f
Message:

Add an upstream patch for MPFR.
Update to libpipeline-1.4.1.
Update to linux-4.1.6.
Update to man-db-2.7.2.
Add a patch to allow glibc to build properly on i386 systems.
Remove obsolete r* programs from inetutils.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rf77b95f r102c4bb6  
    6666    Glibc autoconf tests would give false results and defeat the goal
    6767    of achieving a clean build.</para>
     68
     69    <para>Now, fix a build problem that affects i386 systems:</para>
     70
     71<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    6872
    6973    <para>The Glibc documentation recommends building Glibc outside of the source
  • chapter06/inetutils.xml

    rf77b95f r102c4bb6  
    5252            --disable-logger     \
    5353            --disable-whois      \
     54            --disable-rcp        \
     55            --disable-rexec      \
     56            --disable-rlogin     \
     57            --disable-rsh        \
    5458            --disable-servers</userinput></screen>
    5559
    5660    <variablelist>
    5761      <title>The meaning of the configure options:</title>
     62
     63      <varlistentry>
     64        <term><parameter>--disable-r*</parameter></term>
     65        <listitem>
     66          <para>These parameters disable building obsolete programs that should
     67          not be used due to security issues. The functions provided by these
     68          programs can be provided by the <application>openssh</application>
     69          package in the BLFS book.</para>
     70        </listitem>
     71      </varlistentry>
    5872
    5973      <varlistentry>
     
    180194      </varlistentry>
    181195
    182       <varlistentry id="rcp">
    183         <term><command>rcp</command></term>
    184         <listitem>
    185           <para>Performs remote file copy</para>
    186           <indexterm zone="ch-system-inetutils rcp">
    187             <primary sortas="b-rcp">rcp</primary>
    188           </indexterm>
    189         </listitem>
    190       </varlistentry>
    191 
    192       <varlistentry id="rexec">
    193         <term><command>rexec</command></term>
    194         <listitem>
    195           <para>Executes commands on a remote host</para>
    196           <indexterm zone="ch-system-inetutils rexec">
    197             <primary sortas="b-rexec">rexec</primary>
    198           </indexterm>
    199         </listitem>
    200       </varlistentry>
    201 
    202       <varlistentry id="rlogin">
    203         <term><command>rlogin</command></term>
    204         <listitem>
    205           <para>Performs remote login</para>
    206           <indexterm zone="ch-system-inetutils rlogin">
    207             <primary sortas="b-rlogin">rlogin</primary>
    208           </indexterm>
    209         </listitem>
    210       </varlistentry>
    211 
    212       <varlistentry id="rsh">
    213         <term><command>rsh</command></term>
    214         <listitem>
    215           <para>Runs a remote shell</para>
    216           <indexterm zone="ch-system-inetutils rsh">
    217             <primary sortas="b-rsh">rsh</primary>
    218           </indexterm>
    219         </listitem>
    220       </varlistentry>
    221 
    222196      <varlistentry id="talk">
    223197        <term><command>talk</command></term>
  • chapter06/mpfr.xml

    rf77b95f r102c4bb6  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 <!--
     43
    4444    <para>First, apply the following patch to fix various bugs that have been
    4545    addressed upstream:</para>
    4646
    47 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    48 -->
     47<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
     48
    4949    <para>Prepare MPFR for compilation:</para>
    5050
  • chapter06/revisedchroot.xml

    rf77b95f r102c4bb6  
    4242  linkend="ch-system-kernfsmount"/>.</para>
    4343
    44   <para>Finally, thre were several static libraries that were not supressed earlier
     44  <para>Finally, there were several static libraries that were not supressed earlier
    4545  in the chapter in order to satisfy the regression tests in several packages. These
    4646  libraries are from binutils, bzip2, e2fsprogs, <!--flex,--> libtool, and zlib.  If desired,
Note: See TracChangeset for help on using the changeset viewer.