2020-12-10 19:02:09 +00:00
|
|
|
diff -up firefox-84.0/toolkit/moz.configure.disable-elfhack firefox-84.0/toolkit/moz.configure
|
|
|
|
--- firefox-84.0/toolkit/moz.configure.disable-elfhack 2020-12-10 12:37:30.727243266 +0100
|
|
|
|
+++ firefox-84.0/toolkit/moz.configure 2020-12-10 12:39:42.771967894 +0100
|
|
|
|
@@ -1280,7 +1280,7 @@ with only_when("--enable-compile-environ
|
|
|
|
help="{Enable|Disable} elf hacks",
|
|
|
|
)
|
2018-09-27 12:37:10 +00:00
|
|
|
|
2020-12-10 19:02:09 +00:00
|
|
|
- set_config("USE_ELF_HACK", depends_if("--enable-elf-hack")(lambda _: True))
|
|
|
|
+ set_config("USE_ELF_HACK", depends_if("--enable-elf-hack")(lambda _: False))
|
2018-09-27 12:37:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
@depends(check_build_environment)
|