diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-09-18 22:10:07 +0200 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-09-18 22:10:07 +0200 |
commit | 12434f9d5dfb6fca8fec491661f3ff2738cd167b (patch) | |
tree | defeeff53e0d43897f6d208960c59a0c218fb86e /www/firefox-esr/files/patch-bug1640982 | |
parent | www/firefox: update to 118.0 (rc1) (diff) |
www/firefox-esr: update to 115.3.0
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/115.3.0/releasenotes/
Diffstat (limited to 'www/firefox-esr/files/patch-bug1640982')
-rw-r--r-- | www/firefox-esr/files/patch-bug1640982 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/firefox-esr/files/patch-bug1640982 b/www/firefox-esr/files/patch-bug1640982 deleted file mode 100644 index dae6ca5fa7b5..000000000000 --- a/www/firefox-esr/files/patch-bug1640982 +++ /dev/null @@ -1,15 +0,0 @@ -Unbreak build with Rust 1.45.0 - -error: options `-C embed-bitcode=no` and `-C lto` are incompatible - ---- config/makefiles/rust.mk.orig 2020-05-12 09:36:22 UTC -+++ config/makefiles/rust.mk -@@ -61,7 +61,7 @@ ifndef MOZ_DEBUG_RUST - # Enable link-time optimization for release builds, but not when linking - # gkrust_gtest. - ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE))) --cargo_rustc_flags += -Clto -+cargo_rustc_flags += - endif - endif - endif |