mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fix expect library name.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
de7475bed9
commit
813c93821c
@ -38,6 +38,11 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -121,7 +121,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig > 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 > 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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user