summaryrefslogtreecommitdiff
path: root/build-disable-elfhack.patch
blob: 859c50fda5dea694e199425d689f6e236f593251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
 
         set_config("USE_ELF_HACK", use_elf_hack)