aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-01-31 21:48:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-01-31 21:48:14 +0000
commit0f8a1b64f88d42a6bca59caf8cce0362855b4743 (patch)
tree8be4973b12e19e66910ae72f06da4d2e3b705795 /chapter08
parent87621f8e29c751399b333371665dd4a45fee9c37 (diff)
Update to vim-8.2.2433.
Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml
index dfff0364f..b116fe10e 100644
--- a/chapter08/bc.xml
+++ b/chapter08/bc.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Bc</title>
+ <para>First, fix an error in the configure script::</para>
+
+<screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen>
+
<para>Prepare Bc for compilation:</para>
<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen>