mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
systemd: Add consolidated_fixes-2 patch fixing potential infinite loop with meson-0.52
firefox: Remove obsolete instruction for i686 systems, tested earlier in the week. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22367 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
018c4c52bd
commit
57feeb5b9f
@ -71,7 +71,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Required patch:
|
Required patch:
|
||||||
<ulink url="&patch-root;/systemd-&systemd-version;-consolidated_fixes-1.patch"/>
|
<ulink url="&patch-root;/systemd-&systemd-version;-consolidated_fixes-2.patch"/>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
<para>Apply a patch to fix several bugs discovered after release:</para>
|
<para>Apply a patch to fix several bugs discovered after release:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
|
||||||
|
|
||||||
<para>Remove an unneeded group,
|
<para>Remove an unneeded group,
|
||||||
<systemitem class="groupname">render</systemitem>, from the default udev
|
<systemitem class="groupname">render</systemitem>, from the default udev
|
||||||
@ -160,6 +160,7 @@ meson --prefix=/usr \
|
|||||||
-Dfirstboot=false \
|
-Dfirstboot=false \
|
||||||
-Dinstall-tests=false \
|
-Dinstall-tests=false \
|
||||||
-Dldconfig=false \
|
-Dldconfig=false \
|
||||||
|
-Dman=auto \
|
||||||
-Drootprefix= \
|
-Drootprefix= \
|
||||||
-Drootlibdir=/lib \
|
-Drootlibdir=/lib \
|
||||||
-Dsplit-usr=true \
|
-Dsplit-usr=true \
|
||||||
|
@ -44,6 +44,14 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>November 10th, 2019</para>
|
<para>November 10th, 2019</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Remove an obsolete instruction for i686 systems
|
||||||
|
in Firefox-68.2.0.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>[renodr] - Fix potential infinite loop when using meson-0.52
|
||||||
|
and rebuilding systemd in Chapter 12.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to ModemManager-1.12.0. Fixes
|
<para>[bdubbs] - Update to ModemManager-1.12.0. Fixes
|
||||||
<ulink url="&blfs-ticket-root;12746">#12746</ulink>.</para>
|
<ulink url="&blfs-ticket-root;12746">#12746</ulink>.</para>
|
||||||
|
@ -360,7 +360,7 @@ echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
|
|||||||
<envar>SHELL=/bin/sh</envar>. Also ensure that <filename>/dev/shm</filename>
|
<envar>SHELL=/bin/sh</envar>. Also ensure that <filename>/dev/shm</filename>
|
||||||
is mounted.
|
is mounted.
|
||||||
</para></note>
|
</para></note>
|
||||||
|
<!--
|
||||||
<para>
|
<para>
|
||||||
If you are building on i686, apply a fix to prevent Internal Compiler
|
If you are building on i686, apply a fix to prevent Internal Compiler
|
||||||
Errors in GCC-7+:
|
Errors in GCC-7+:
|
||||||
@ -369,6 +369,7 @@ echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
|
|||||||
<screen><userinput remap="pre">case $(uname -m) in
|
<screen><userinput remap="pre">case $(uname -m) in
|
||||||
i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;;
|
i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;;
|
||||||
esac</userinput></screen>
|
esac</userinput></screen>
|
||||||
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Now invoke the Python2 script to compile the package.
|
Now invoke the Python2 script to compile the package.
|
||||||
|
Loading…
Reference in New Issue
Block a user