From 915d2febc1e3fc8db65c8f671240deba512a81d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 13 Nov 2021 23:53:29 -0800 Subject: Updated to 91.3.0 --- arc4_remove-health-reporting.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'arc4_remove-health-reporting.patch') 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") -- cgit v1.2.1