Changeset 8d2bafa9


Ignore:
Timestamp:
06/30/2022 09:12:36 AM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7acef603
Parents:
014a25a7
Message:

Add --without-wasm-sandboxed-libraries to thunderbird too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r014a25a7 r8d2bafa9  
    214214ac_add_options --with-system-jpeg
    215215ac_add_options --with-system-png
    216 ac_add_options --with-system-zlib</literal>
     216ac_add_options --with-system-zlib
     217
     218# Using sandboxed wasm libraries has been moved to all builds instead
     219# of only mozilla automation builds. It requires extra llvm packages
     220# and was reported to seriously slow the build. Disable it.
     221ac_add_options --without-wasm-sandboxed-libraries</literal>
    217222EOF</userinput></screen>
    218223
Note: See TracChangeset for help on using the changeset viewer.