812674
diff -up firefox-115.2.0/toolkit/moz.configure.disable-elfhack firefox-115.2.0/toolkit/moz.configure
812674
--- firefox-115.2.0/toolkit/moz.configure.disable-elfhack	2023-09-20 21:55:41.002788320 +0200
812674
+++ firefox-115.2.0/toolkit/moz.configure	2023-09-20 21:56:37.343757245 +0200
812674
@@ -1511,7 +1511,7 @@ with only_when("--enable-compile-environ
812674
                     "Cannot enable elfhack with lld."
812674
                     " Use --enable-linker=bfd, --enable-linker=gold, or --disable-elf-hack"
812674
                 )
812674
-            return True
812674
+            return False
481763
 
812674
         set_config("USE_ELF_HACK", use_elf_hack)
481763