aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-02-05 20:17:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-02-05 20:17:42 +0000
commit813c93821c30ddfa16b7e2ccb38c129b7123b2dc (patch)
tree09e49bf60e17621e4f56f28e625ef939eea4c845
parentde7475bed96707789252addf23c6921cb31cbf8e (diff)
Fix expect library name.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter05/expect.xml4
-rw-r--r--chapter06/e2fsprogs.xml2
3 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2387d388a..c25086330 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,11 @@
<para>2014-02-05</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Change expect library type in Chapter 5.
+ Thanks to kammet for teh report. Fixes
+ <ulink url="&lfs-ticket-root;3484">#3484</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Fix e2fsprogs tests to run properly
in the LFS chroot envirnment.</para>
</listitem>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index e1a9d9dbc..d53394504 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -121,7 +121,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
<seglistitem>
<seg>expect</seg>
- <seg>libexpect-&expect-lib-version;.a</seg>
+ <seg>libexpect-&expect-lib-version;.so</seg>
</seglistitem>
</segmentedlist>
@@ -142,7 +142,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
</varlistentry>
<varlistentry id="libexpect">
- <term><filename class="libraryfile">libexpect-&expect-lib-version;.a</filename></term>
+ <term><filename class="libraryfile">libexpect-&expect-lib-version;.so</filename></term>
<listitem>
<para>Contains functions that allow Expect to be used as a Tcl
extension or to be used directly from C or C++ (without Tcl)</para>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 6fc766ee3..9ca778a04 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -135,7 +135,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \
<screen><userinput remap="install">make install</userinput></screen>
- <para>Install the static libraries:</para>
+ <para>Install the static libraries and headers:</para>
<screen><userinput remap="install">make install-libs</userinput></screen>