Changeset 686afa98


Ignore:
Timestamp:
03/20/2023 02:42:29 AM (14 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
ad7f3b7
Parents:
b8a95d0d
git-author:
Douglas R. Reno <renodr@…> (03/20/2023 02:42:13 AM)
git-committer:
Douglas R. Reno <renodr@…> (03/20/2023 02:42:29 AM)
Message:

Fix building Firefox with LLVM-16.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb8a95d0d r686afa98  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Fix building Firefox with LLVM-16.</para>
     46        </listitem>
     47        <listitem>
    4548          <para>[thomas] - Update to bind-9.18.13, bind-utils-9.18.13. Fixes
    4649          <ulink url="&blfs-ticket-root;17790">#17790</ulink>.</para>
  • xsoft/graphweb/firefox.xml

    rb8a95d0d r686afa98  
    7575    </itemizedlist>
    7676
    77 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
    7979      <listitem>
    8080        <para>
    8181          Required patch:
    82           <ulink url="&patch-root;/firefox-&firefox-version;esr-gcc12_fix-1.patch"/>
     82          <ulink url="&patch-root;/firefox-&firefox-version;-upstream_fixes-1.patch"/>
    8383        </para>
    8484      </listitem>
    85       <listitem>
    86         <para>
    87           Recommended patch:
    88           <ulink url="&patch-root;/firefox-&firefox-version;esr-disable_rust_test-1.patch"/>
    89         </para>
    90       </listitem>
    91     </itemizedlist>-->
     85    </itemizedlist>
    9286
    9387    <note>
     
    370364    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
    371365-->
     366
     367    <para>
     368      Fix a build failure that occurs due to the rust-bindgen crate being
     369      incompatible with LLVM-16:
     370    </para>
     371
     372<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-upstream_fixes-1.patch</userinput></screen>
     373
    372374    <para>
    373375      Now invoke the Python <command>mach</command> script to compile the package.
Note: See TracChangeset for help on using the changeset viewer.