Changeset 131c907 for chapter05


Ignore:
Timestamp:
12/31/2015 09:09:13 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
6e13139
Parents:
6eb40d4
Message:

Sync with trunk r10891, update to udev-1.10.6, update to systemd-228.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r6eb40d4 r131c907  
    130130        <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
    131131        <listitem>
    132           <para>Simlarly, we pass libc_cv_c_cleanup=yes through to the
     132          <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
    133133          <command>configure</command> script so that the test is skipped and C
    134134          cleanup handling support is configured.</para>
     
    138138        <term><parameter>libc_cv_ctors_header=yes</parameter></term>
    139139        <listitem>
    140           <para>Simlarly, we pass libc_cv_ctors_header=yes through to the
     140          <para>Similarly, we pass libc_cv_ctors_header=yes through to the
    141141          <command>configure</command> script so that the test is skipped and
    142142          gcc constructor support is configured.</para>
  • chapter05/libstdc++.xml

    r6eb40d4 r131c907  
    9898          searched by the C++ compiler. In a normal build, this information
    9999          is automatically passed to the Libstdc++ <command>configure</command>
    100           options from the toplevel directory. In our case, this information
     100          options from the top level directory. In our case, this information
    101101          must be explicitly given.</para>
    102102        </listitem>
Note: See TracChangeset for help on using the changeset viewer.