summaryrefslogtreecommitdiff
path: root/build-disable-elfhack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-disable-elfhack.patch')
-rw-r--r--build-disable-elfhack.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-disable-elfhack.patch b/build-disable-elfhack.patch
new file mode 100644
index 0000000..859c50f
--- /dev/null
+++ b/build-disable-elfhack.patch
@@ -0,0 +1,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)
+