Changeset 57feeb5


Ignore:
Timestamp:
11/10/2019 10:36:28 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7818ea58
Parents:
018c4c52
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r018c4c52 r57feeb5  
    7272        <para>
    7373         Required patch:
    74          <ulink url="&patch-root;/systemd-&systemd-version;-consolidated_fixes-1.patch"/>
     74         <ulink url="&patch-root;/systemd-&systemd-version;-consolidated_fixes-2.patch"/>
    7575        </para>
    7676      </listitem>
     
    136136    <para>Apply a patch to fix several bugs discovered after release:</para>
    137137
    138 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
     138<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
    139139
    140140    <para>Remove an unneeded group,
     
    161161      -Dinstall-tests=false \
    162162      -Dldconfig=false      \
     163      -Dman=auto            \
    163164      -Drootprefix=         \
    164165      -Drootlibdir=/lib     \
  • introduction/welcome/changelog.xml

    r018c4c52 r57feeb5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Remove an obsolete instruction for i686 systems
     49          in Firefox-68.2.0.</para>
     50        </listitem>
     51        <listitem revision="systemd">
     52          <para>[renodr] - Fix potential infinite loop when using meson-0.52
     53          and rebuilding systemd in Chapter 12.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to ModemManager-1.12.0. Fixes
    4957          <ulink url="&blfs-ticket-root;12746">#12746</ulink>.</para>
  • xsoft/graphweb/firefox.xml

    r018c4c52 r57feeb5  
    361361      is mounted.
    362362    </para></note>
    363 
     363    <!--
    364364    <para>
    365365      If you are building on i686, apply a fix to prevent Internal Compiler
     
    370370   i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;;
    371371esac</userinput></screen>
     372    -->
    372373
    373374    <para>
Note: See TracChangeset for help on using the changeset viewer.