aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-03 20:17:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-03 20:17:22 +0000
commite8c6e1fc6a9281f8e9fbe8988f4d1552d3e5727d (patch)
tree45fd467bff1a716e5c050b29490da8dd117d8547 /chapter06
parent890ef7cbfd22fc1acbd0c96f273cd5adbf3c54aa (diff)
Update to perl-5.30.0.
Update to linux-5.1.6. Update to openssl-1.1.1c. Update to eudev-3.2.8. Update to bison-3.4.1. Update to e2fsprogs-1.45.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bison.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 4d4fa17f3..05bf30cd4 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -40,13 +40,18 @@
<sect2 role="installation">
<title>Installation of Bison</title>
+ <para>First, fix a build problem with the current version:</para>
+
+<screen><userinput remap="pre">sed -i '6855 s/mv/cp/' Makefile.in</userinput></screen>
+
<para>Prepare Bison for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
- <para>Compile the package:</para>
+ <para>Compile the package, but work around a race condition in the
+ current version:</para>
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make -j1</userinput></screen>
<!--
<para>To test the results (about 2.2 SBU), issue:</para>