Changeset 813c938


Ignore:
Timestamp:
02/05/2014 08:17:42 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
32aa3d3
Parents:
de7475be
Message:

Fix expect library name.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rde7475be r813c938  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Change expect library type in Chapter 5.
     43          Thanks to kammet for teh report.  Fixes
     44          <ulink url="&lfs-ticket-root;3484">#3484</ulink>.</para>
     45        </listitem>
     46        <listitem>
    4247          <para>[bdubbs] - Fix e2fsprogs tests to run properly
    4348          in the LFS chroot envirnment.</para>
  • chapter05/expect.xml

    rde7475be r813c938  
    122122      <seglistitem>
    123123        <seg>expect</seg>
    124         <seg>libexpect-&expect-lib-version;.a</seg>
     124        <seg>libexpect-&expect-lib-version;.so</seg>
    125125      </seglistitem>
    126126    </segmentedlist>
     
    143143
    144144      <varlistentry id="libexpect">
    145         <term><filename class="libraryfile">libexpect-&expect-lib-version;.a</filename></term>
     145        <term><filename class="libraryfile">libexpect-&expect-lib-version;.so</filename></term>
    146146        <listitem>
    147147          <para>Contains functions that allow Expect to be used as a Tcl
  • chapter06/e2fsprogs.xml

    rde7475be r813c938  
    136136<screen><userinput remap="install">make install</userinput></screen>
    137137
    138     <para>Install the static libraries:</para>
     138    <para>Install the static libraries and headers:</para>
    139139
    140140<screen><userinput remap="install">make install-libs</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.