Ignore:
Timestamp:
09/17/2019 06:43:09 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
91f763ae
Parents:
8b16d14
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/openssl.xml

    r8b16d14 r5e009ae  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
    45 
     45<!--
    4646    <para>First, fix a problem identified upstream:</para>
    4747
    4848<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n    memset(\&amp;data, 0, sizeof(data));/' \
    4949  crypto/rand/rand_lib.c</userinput></screen>
    50 
     50-->
    5151    <para>Prepare OpenSSL for compilation:</para>
    5252
     
    6464
    6565<screen><userinput remap="test">make test</userinput></screen>
    66 <!--
    67     <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
    68     environment, but passes when run as a regular user.</para>
    69 -->
     66
     67    <para>One subtest in the test 20-test_enc.t is known to fail.</para>
     68
    7069    <para>Install the package:</para>
    7170
Note: See TracChangeset for help on using the changeset viewer.