From e8c6e1fc6a9281f8e9fbe8988f4d1552d3e5727d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 3 Jun 2019 20:17:22 +0000 Subject: 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 --- chapter06/bison.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'chapter06/bison.xml') 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 @@ Installation of Bison + First, fix a build problem with the current version: + +sed -i '6855 s/mv/cp/' Makefile.in + Prepare Bison for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version; - Compile the package: + Compile the package, but work around a race condition in the + current version: -make +make -j1