Really fix openssl for parallel builds.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15721 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-03-27 19:57:55 +00:00
parent af3d877934
commit 6034778004
2 changed files with 4 additions and 8 deletions

View File

@ -47,6 +47,9 @@
<listitem>
<para>March 27th, 2015</para>
<itemizedlist>
<listitem>
<para>[ken] - Use a more-reliable patch for openssl.</para>
</listitem>
<listitem>
<para>[fernando] - Update to clutter-1.22.0. Fixes
<ulink url="&blfs-ticket-root;6312">#6312</ulink>.</para>

View File

@ -80,7 +80,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build-1.patch"/>
<ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build-2.patch"/>
</para>
</listitem>
</itemizedlist>
@ -168,13 +168,6 @@ cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen>
manual pages installed by other packages.
</para>
<para>
<option>make -j1 test</option>: although the patch for fixing parallel
builds alters the <filename>Makefile</filename> in the
<filename class="directory">test</filename> directory, there is still a
race which can cause a test to fail.
</para>
</sect2>
<sect2 role="configuration">