thunderbird/build-annobin-fix.patch
Jan Horak b851a16019 Update to Thunderbird 170.7 ESR
- Fixed MimeTypes in desktop file, remove bundled(chromium)
- Annobin fix, -O1 only for older rhels on s390x

Resolves: RHEL-138387
2026-01-13 21:07:13 +01:00

15 lines
607 B
Diff

diff -up thunderbird-140.5.0/comm/third_party/rnp/moz.build.annobin-fix thunderbird-140.5.0/comm/third_party/rnp/moz.build
--- thunderbird-140.5.0/comm/third_party/rnp/moz.build.annobin-fix 2025-12-15 09:23:29.339518965 +0100
+++ thunderbird-140.5.0/comm/third_party/rnp/moz.build 2025-12-15 09:24:18.638422349 +0100
@@ -42,6 +42,10 @@ COMPILE_FLAGS["WARNINGS_CFLAGS"] += [
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
]
+COMPILE_FLAGS["OS_CFLAGS"] += [
+ "-fstack-clash-protection",
+ "-fstack-protector-strong",
+]
if CONFIG["CC_TYPE"] == "clang-cl":
CXXFLAGS += [