2022-02-08 11:42:36 +00:00
|
|
|
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
|
2020-12-10 19:02:09 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
2022-02-08 11:42:36 +00:00
|
|
|
@depends(build_environment)
|