From aac5eb8e4d0f7562b78c1d69a3470d90c2e6aa46 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 8 Apr 2017 01:48:16 +0000 Subject: Fix an error in bc-1.07 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter06/bc.xml | 5 +++++ general.ent | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 52c66cfc9..bdc8164d0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-04-07 + + + [bdubbs] - Fix an error in bc-1.07. + + + + 2017-04-03 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 + Now fix an error in the code: + +sed -i "/return (' ')/s/' '/':'/" bc/execute.c + + 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 diff --git a/general.ent b/general.ent index 238a061c1..a6c9a426c 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ - + -- cgit v1.2.3-54-g00ecf