aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-14 23:19:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-14 23:19:21 +0000
commita751c8d6e8ed93fbad6d02cc8a23582403e52245 (patch)
tree443c0970aec9bd524573602962925fa6e78b65f6 /chapter06
parent315476c9c2b4ae635c8c59d188188030cc38b90c (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bison.xml2
-rw-r--r--chapter06/openssl.xml10
2 files changed, 6 insertions, 6 deletions
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 @@
<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>
+<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen>
<para>Prepare Bison for compilation:</para>
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 @@
<sect2 role="installation">
<title>Installation of OpenSSL</title>
-
+<!--
<para>First, fix a problem identified upstream:</para>
<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n memset(\&amp;data, 0, sizeof(data));/' \
crypto/rand/rand_lib.c</userinput></screen>
-
+-->
<para>Prepare OpenSSL for compilation:</para>
<screen><userinput remap="configure">./config --prefix=/usr \
@@ -63,10 +63,10 @@
<para>To test the results, issue:</para>
<screen><userinput remap="test">make test</userinput></screen>
-<!--
- <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
+
+ <para>One subtest in the test 20-test_enc.t fails in the lfs chroot
environment, but passes when run as a regular user.</para>
--->
+
<para>Install the package:</para>
<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile