From 813c93821c30ddfa16b7e2ccb38c129b7123b2dc Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Feb 2014 20:17:42 +0000 Subject: [PATCH] Fix expect library name. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter05/expect.xml | 4 ++-- chapter06/e2fsprogs.xml | 2 +- 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 @@ -38,6 +38,11 @@ 2014-02-05 + + [bdubbs] - Change expect library type in Chapter 5. + Thanks to kammet for teh report. Fixes + #3484. + [bdubbs] - Fix e2fsprogs tests to run properly in the LFS chroot envirnment. 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 > configure expect - libexpect-&expect-lib-version;.a + libexpect-&expect-lib-version;.so @@ -142,7 +142,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig > configure - libexpect-&expect-lib-version;.a + libexpect-&expect-lib-version;.so Contains functions that allow Expect to be used as a Tcl extension or to be used directly from C or C++ (without Tcl) 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 \ make install - Install the static libraries: + Install the static libraries and headers: make install-libs