From a751c8d6e8ed93fbad6d02cc8a23582403e52245 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 14 Sep 2019 23:19:21 +0000 Subject: Update to expat-2.2.8. Update to bison-3.4.2. Update to linux-5.2.14. Update to openssl-1.1.1d. Update to sysvinit-2.96. Update to tzdata-2019c. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 2 +- chapter06/openssl.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 05bf30cd4..00a4e78f7 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -42,7 +42,7 @@ First, fix a build problem with the current version: -sed -i '6855 s/mv/cp/' Makefile.in +sed -i '9327 s/mv/cp/' Makefile.in Prepare Bison for compilation: diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml index 0bb65387a..125cd9ffc 100644 --- a/chapter06/openssl.xml +++ b/chapter06/openssl.xml @@ -42,12 +42,12 @@ Installation of OpenSSL - + Prepare OpenSSL for compilation: ./config --prefix=/usr \ @@ -63,10 +63,10 @@ To test the results, issue: make test - + Install the package: sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile -- cgit v1.2.3-54-g00ecf