summaryrefslogtreecommitdiff
path: root/build-disable-elfhack.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 16:23:41 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 16:23:41 +0000
commitbac4e156d8d54aa3a82bc30d20c9234776631881 (patch)
treea3408825c9e3c0e6f300598835ea1f5d761bb5b4 /build-disable-elfhack.patch
parentc368e7da13ec9d52b1ea63b59b0af1f8d8044fb8 (diff)
automatic import of firefoxopeneuler24.03_LTSopeneuler23.09
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)
+