From 5e436004d7ec50bc29f392fded92224b4cb93e86 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 10 Aug 2023 07:39:16 +0000 Subject: automatic import of firefox --- build-disable-elfhack.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build-disable-elfhack.patch (limited to 'build-disable-elfhack.patch') diff --git a/build-disable-elfhack.patch b/build-disable-elfhack.patch new file mode 100644 index 0000000..04d49f2 --- /dev/null +++ b/build-disable-elfhack.patch @@ -0,0 +1,12 @@ +diff -up firefox-97.0/toolkit/moz.configure.disable-elfhack firefox-97.0/toolkit/moz.configure +--- firefox-97.0/toolkit/moz.configure.disable-elfhack 2022-02-08 09:58:47.518047952 +0100 ++++ firefox-97.0/toolkit/moz.configure 2022-02-08 10:17:49.552945956 +0100 +@@ -1273,7 +1273,7 @@ with only_when("--enable-compile-environ + help="{Enable|Disable} elf hacks", + ) + +- set_config("USE_ELF_HACK", depends_if("--enable-elf-hack")(lambda _: True)) ++ set_config("USE_ELF_HACK", depends_if("--enable-elf-hack")(lambda _: False)) + + + @depends(build_environment) -- cgit v1.2.3