diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-08-18 00:52:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-08-18 00:52:47 +0000 |
commit | a97022659b318a66343f47ffbecbcc4f6fb1d9ff (patch) | |
tree | 64ca9332c78c3da305a1d68bdf9fa3147cd98c86 /www/firefox-esr/files/patch-bug1640982 | |
parent | www/firefox: update to 80.0 (diff) |
www/firefox-esr: update to 68.12.0
Changes: https://www.mozilla.org/firefox/68.12.0/releasenotes/
Notes
Notes:
svn path=/head/; revision=545204
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 fe3282f3b3cc..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-06-22 22:55:02 UTC -+++ config/makefiles/rust.mk -@@ -47,7 +47,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS) - ifndef DEVELOPER_OPTIONS - ifndef MOZ_DEBUG_RUST - # Enable link-time optimization for release builds. --cargo_rustc_flags += -C lto -+cargo_rustc_flags += - endif - endif - |