ebc8727216
Bugfixes as in * https://www.thunderbird.net/en-US/thunderbird/102.0.3/releasenotes/ - Mozilla Thunderbird 102.0.2 * https://www.thunderbird.net/en-US/thunderbird/102.0/releasenotes/ - removed obsolete patches mozilla-bmo1504834-part2.patch mozilla-bmo1504834-part4.patch mozilla-bmo1602730.patch mozilla-bmo1626236.patch mozilla-bmo1724679.patch mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch mozilla-sandbox-fips.patch - added patches inherited from FF 102 one_swizzle_to_rule_them_all.patch svg-rendering.patch - fix KDE detection (boo#1200987) in mozilla-kde.patch - requires rust = 1.60 NSPR >= 4.34 NSS >= 3.79 rust-cbindgen >= 0.23.0 - remove special breakpad debug symbol creation OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=642
12 lines
287 B
Diff
12 lines
287 B
Diff
--- firefox-96.0.3.orig/build/moz.configure/rust.configure
|
|
+++ firefox-96.0.3/build/moz.configure/rust.configure
|
|
@@ -641,7 +643,7 @@ def rust_compile_flags(
|
|
debug_assertions = False
|
|
|
|
if debug_symbols:
|
|
- debug_info = "2"
|
|
+ debug_info = '1'
|
|
|
|
opts = []
|
|
|