Changeset d6b6ecb


Ignore:
Timestamp:
05/05/2013 06:17:32 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f78b8b5
Parents:
b194f2b
Message:

Add a patch to OpenSSL page to fix parallel builds.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    rb194f2b rd6b6ecb  
    8080      <listitem>
    8181        <para>
    82           Required patch: <ulink
    83           url="&patch-root;/openssl-&openssl-version;-fix_manpages-1.patch"/>
     82          Required patch:
     83          <ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build-1.patch"/>
    8484        </para>
    8585      </listitem>
     
    107107    </para>
    108108
    109 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
     109<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &amp;&amp;
    110110
    111111./config --prefix=/usr         \
     
    129129    </para>
    130130
    131 <screen role="root"><userinput>make MANDIR=/usr/share/man install              &amp;&amp;
    132 install -dv -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
     131<screen role="root"><userinput>
     132make MANDIR=/usr/share/man MANSUFFIX=ssl install &amp;&amp;
     133install -dv -m755 /usr/share/doc/openssl-&openssl-version;  &amp;&amp;
    133134cp -vfr doc/*     /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    134135
     
    157158
    158159    <para>
    159       <command>make MANDIR=/usr/share/man install</command>: This command
    160       installs <application>OpenSSL</application> with the man pages in
    161       <filename class='directory'>/usr/share/man</filename> instead of
    162       <filename class='directory'>/etc/ssl/man</filename>.
     160      <command>make MANDIR=/usr/share/man MANSUFFIX=ssl install</command>:
     161      This command installs <application>OpenSSL</application> with the man
     162      pages in <filename class="directory">/usr/share/man</filename>
     163      instead of <filename class="directory">/etc/ssl/man</filename> and
     164      appends "ssl" suffix to the manual page names to avoid conflicts with
     165      manual pages installed by other packages.
    163166    </para>
    164167
Note: See TracChangeset for help on using the changeset viewer.