2023-10-05 15:26:36 +00:00
|
|
|
diff -up firefox-115.2.0/toolkit/moz.configure.disable-elfhack firefox-115.2.0/toolkit/moz.configure
|
|
|
|
--- firefox-115.2.0/toolkit/moz.configure.disable-elfhack 2023-09-20 21:55:41.002788320 +0200
|
|
|
|
+++ firefox-115.2.0/toolkit/moz.configure 2023-09-20 21:56:37.343757245 +0200
|
|
|
|
@@ -1511,7 +1511,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:40:00 +00:00
|
|
|
|
2023-10-05 15:26:36 +00:00
|
|
|
set_config("USE_ELF_HACK", use_elf_hack)
|
2022-09-26 13:40:00 +00:00
|
|
|
|