diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 2 | ||||
-rw-r--r-- | chapter06/openssl.xml | 10 |
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(\&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 |