thunderbird/SOURCES/build-disable-elfhack.patch

13 lines
608 B
Diff
Raw Normal View History

2023-10-05 15:30:30 +00:00
diff -up firefox-115.0.2/toolkit/moz.configure.disable-elfhack firefox-115.0.2/toolkit/moz.configure
--- firefox-115.0.2/toolkit/moz.configure.disable-elfhack 2023-07-18 12:21:22.507358334 +0200
+++ firefox-115.0.2/toolkit/moz.configure 2023-07-18 12:52:55.972727498 +0200
@@ -1520,7 +1520,7 @@ with only_when("--enable-compile-environ
"Cannot enable elfhack with lld."
" Use --enable-linker=bfd, --enable-linker=gold, or --disable-elf-hack"
)
- return True
+ return False
2022-09-26 13:57:57 +00:00
2023-10-05 15:30:30 +00:00
set_config("USE_ELF_HACK", use_elf_hack)
2022-09-26 13:57:57 +00:00