Ignore:
Timestamp:
07/01/2019 05:45:04 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
741231d
Parents:
714edd8f
Message:

Rustc-1.35.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r714edd8f r4f9e45d9  
    7070          Estimated build time: &thunderbird-time;
    7171        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>Required patch: <ulink url="&patch-root;/thunderbird-&thunderbird-version;-rust_fix-1.patch"/></para>
    7279      </listitem>
    7380    </itemizedlist>
     
    227234    <note><para>
    228235      If you are compiling <application>Thunderbird</application> in chroot,
    229       prepend <envar>SHELL=/bin/sh</envar> to the make command below.
     236      prepend <envar>SHELL=/bin/sh</envar> to the build command below.
    230237    </para></note>
    231238
    232 <screen><userinput>./mach build</userinput></screen>
     239<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch &amp;&amp;
     240./mach build</userinput></screen>
    233241
    234242    <para>
     
    272280      out-of-specification and allow it to produce a working program.
    273281    </para>-->
     282
     283    <para>
     284      <command>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch</command>:
     285      Rustc-1.33.0 breaks the build of this version of Thunderbird by requiring
     286      that a macro must have documentation. The patch adds this.
     287    </para>
    274288
    275289    <para>
Note: See TracChangeset for help on using the changeset viewer.