Changeset b88584a for postlfs


Ignore:
Timestamp:
02/24/2017 06:42:12 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c942f7bd
Parents:
5e82e717
Message:

Remove lfs7a entities
Touch up some instructions and text.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18403 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    r5e82e717 rb88584a  
    101101    <title>Installation of OpenSSL</title>
    102102
     103    <note>
     104      <para>
     105        This package does not support parallel build.
     106      </para>
     107    </note>
     108 
    103109    <para>
    104110      Install <application>OpenSSL</application> with the following commands:
    105111    </para>
    106112
    107 <!-- libdir=lib so it doesn't write over /usr/lib64 symlink on 64 bit system.
    108      Might break packaging. -->
    109 
    110 <!-- Parallel build for version 1.0.2d at -j8 works for me without the patch.
    111      But it only reduces build time from 1.0 to 0.7 SBU - Bruce
    112 
    113 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &amp;&amp;-->
     113
    114114<screen><userinput>./config --prefix=/usr         \
    115115         --openssldir=/etc/ssl \
     
    118118         zlib-dynamic &amp;&amp;
    119119make depend           &amp;&amp;
    120 make</userinput></screen>
     120make -j1</userinput></screen>
    121121
    122122    <para>
Note: See TracChangeset for help on using the changeset viewer.