Changeset b2c61c6 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:35 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
be00729f
Parents:
5066dee
git-author:
Thomas Trepl <thomas@…> (07/03/2019 05:47:21 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:35 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/check.xml

    r5066dee rb2c61c6  
    4343    <para>Prepare Check for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr \
    46             --docdir=/usr/share/doc/check-&check-version;</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    4746
    4847    <para>Build the package:</para>
     
    6059    <para>Install the package and fix a script:</para>
    6160
    62 <screen><userinput remap="install">make install
     61    <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install
    6362sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
    6463
  • chapter06/libtool.xml

    r5066dee rb2c61c6  
    5151<screen><userinput remap="make">make</userinput></screen>
    5252
    53     <para>To test the results (about 11.0 SBU), issue:</para>
     53<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
    5454
    5555<screen><userinput remap="test">make check</userinput></screen>
  • chapter06/openssl.xml

    r5066dee rb2c61c6  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
     45
     46    <para>First, fix a problem identified upstream:</para>
     47
     48<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n    memset(\&amp;data, 0, sizeof(data));/' \
     49  crypto/rand/rand_lib.c</userinput></screen>
    4550
    4651    <para>Prepare OpenSSL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.