Ignore:
Timestamp:
07/19/2024 03:06:42 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
2100b0ec, 54163741
Parents:
24affe63 (diff), c025978 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r24affe63 r470ac26  
    7979    <para role="required">
    8080      <xref linkend="cbindgen"/>,
    81       <xref linkend="dbus-glib"/>,
    8281      <xref linkend="gtk3"/>,
    8382      <xref linkend="llvm"/> including clang, <!-- used by default if found -->
     
    206205ac_add_options --with-system-nss
    207206ac_add_options --with-system-webp
    208 <!-- With Thunderbird ESR 128 we'd replace the following part with
    209 "- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
    210 # on some machines. It is supposed to improve startup time and it shrinks
    211 # libxul.so by a few MB.  With recent Binutils releases the linker already
    212 # supports a much safer and generic way for this.
    213 ac_add_options --disable-elf-hack
    214 export LDFLAGS="$LDFLAGS -Wl,-z,pack-relative-relocs"
    215207
    216208# The BLFS editors recommend not changing anything below this line:
     
    224216ac_add_options --disable-tests
    225217
    226 # The SIMD code relies on the unmaintained packed_simd crate which
    227 # fails to build with Rustc >= 1.78.0.  We may re-enable it once
    228 # Mozilla port the code to use std::simd and std::simd is stabilized.
    229 ac_add_options --disable-rust-simd
     218# This enables SIMD optimization in the shipped encoding_rs crate.
     219ac_add_options --enable-rust-simd
    230220
    231221ac_add_options --enable-strip
Note: See TracChangeset for help on using the changeset viewer.