diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-13 23:53:29 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-13 23:53:29 -0800 |
commit | 915d2febc1e3fc8db65c8f671240deba512a81d8 (patch) | |
tree | 529072e3d90929951e05d71af7e7a26b46260791 /arc4_remove-health-reporting.patch | |
parent | Updated to 78.15.0 (diff) | |
download | firefox-esr-915d2febc1e3fc8db65c8f671240deba512a81d8.tar.xz |
Updated to 91.3.0
Diffstat (limited to 'arc4_remove-health-reporting.patch')
-rw-r--r-- | arc4_remove-health-reporting.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arc4_remove-health-reporting.patch b/arc4_remove-health-reporting.patch index daca4d1..7e87adb 100644 --- a/arc4_remove-health-reporting.patch +++ b/arc4_remove-health-reporting.patch @@ -1,14 +1,14 @@ ---- a/moz.configure -+++ b/moz.configure -@@ -5,12 +5,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this +--- a/browser/moz.configure ++++ b/browser/moz.configure +@@ -5,11 +5,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. - imply_option('MOZ_PLACES', True) --imply_option('MOZ_SERVICES_HEALTHREPORT', True) - imply_option('MOZ_SERVICES_SYNC', True) - imply_option('MOZ_DEDICATED_PROFILES', True) - imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True) --imply_option('MOZ_NORMANDY', True) + imply_option("MOZ_PLACES", True) +-imply_option("MOZ_SERVICES_HEALTHREPORT", True) + imply_option("MOZ_SERVICES_SYNC", True) + imply_option("MOZ_DEDICATED_PROFILES", True) + imply_option("MOZ_BLOCK_PROFILE_DOWNGRADE", True) +-imply_option("MOZ_NORMANDY", True) with only_when(target_is_linux & compile_environment): - option(env='MOZ_NO_PIE_COMPAT', + option(env="MOZ_NO_PIE_COMPAT", help="Enable non-PIE wrapper") |