From dae94cb773bd28a3ab07cd34de360fa86d2de064 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 24 Jul 2020 18:44:56 +0000 Subject: Fri Jul 24 18:44:56 UTC 2020 ap/vim-8.2.1288-x86_64-1.txz: Upgraded. d/oprofile-1.4.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.1288-x86_64-1.txz: Upgraded. --- .../xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 3 +++ source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff (limited to 'source/xap/mozilla-thunderbird') diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 43a45422..16a4264d 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -179,6 +179,9 @@ zcat $CWD/tb.ui.scrollToClick.diff.gz | patch -p1 --verbose || exit 1 # Fix building with latest Rust: zcat $CWD/unbreakdocs.diff.gz | patch -p1 --verbose || exit 1 +# Again, fix building with latest Rust: +zcat $CWD/thunderbird.rust-1.45.diff.gz | patch -p1 --verbose || exit 1 + # Bypass a test that fails the build: zcat $CWD/gkrust.a.no.networking.check.diff.gz | patch -p1 --verbose || exit 1 diff --git a/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff b/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff new file mode 100644 index 00000000..9d1586f0 --- /dev/null +++ b/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff @@ -0,0 +1,12 @@ +--- ./config/makefiles/rust.mk.orig 2020-07-24 12:54:18.411119017 -0500 ++++ ./config/makefiles/rust.mk 2020-07-24 12:55:50.335121073 -0500 +@@ -47,7 +47,9 @@ + ifndef DEVELOPER_OPTIONS + ifndef MOZ_DEBUG_RUST + # Enable link-time optimization for release builds. ++# Pass -Clto and CARGO_PROFILE_RELEASE_LTO=true. + cargo_rustc_flags += -C lto ++export CARGO_PROFILE_RELEASE_LTO=true + endif + endif + -- cgit v1.2.3