summarylogtreecommitdiffstats
path: root/build-disable-elfhack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-disable-elfhack.patch')
-rw-r--r--build-disable-elfhack.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-disable-elfhack.patch b/build-disable-elfhack.patch
index a80c5518dbfb..02df76c13fd8 100644
--- a/build-disable-elfhack.patch
+++ b/build-disable-elfhack.patch
@@ -1,12 +1,12 @@
diff -up firefox-65.0/toolkit/moz.configure.disable-elfhack firefox-65.0/toolkit/moz.configure
--- firefox-65.0/toolkit/moz.configure.disable-elfhack 2019-01-28 14:16:48.530345132 +0100
+++ firefox-65.0/toolkit/moz.configure 2019-01-28 14:18:03.231029682 +0100
-@@ -1036,7 +1036,7 @@ with only_when('--enable-compile-environ
- help='{Enable|Disable} elf hacks')
+@@ -1322,7 +1322,7 @@
+ help="{Enable|Disable} elf hacks",
+ )
- set_config('USE_ELF_HACK',
-- depends_if('--enable-elf-hack')(lambda _: True))
-+ depends_if('--enable-elf-hack')(lambda _: False))
+- 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(check_build_environment)