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