mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
af3d877934
commit
6034778004
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user