diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-08 01:48:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-08 01:48:16 +0000 |
commit | aac5eb8e4d0f7562b78c1d69a3470d90c2e6aa46 (patch) | |
tree | 740d9444ae21522a66040923ea60a40342daa7f4 /chapter06 | |
parent | 1c4fbaad740928bc10e8368ca1a1b5d6b854830e (diff) |
Fix an error in bc-1.07
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 4a20ad090..f1791b5b9 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -56,6 +56,11 @@ sed -e '$ s/$/0}/' \ -i libmath.h EOF</userinput></screen> + <para>Now fix an error in the code:</para> + +<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen> + + <para>Create temporary symbolic links so the package can find the readline library and confirm that its required libncurses library is available. Even though the libraries are in /tools/lib |